Skip to content

Commit

Permalink
fix(tools): keep invert_no_zero import
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Apr 1, 2023
1 parent 6a81146 commit e89cc48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions draco/util/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

from ._fast_tools import _calc_redundancy

# Keep this here for compatibility
from caput.tools import invert_no_zero # noqa: F401


def cmap(i, j, n):
"""Given a pair of feed indices, return the pair index.
Expand Down

0 comments on commit e89cc48

Please sign in to comment.