Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Mar 30, 2024
1 parent 809b61e commit be451b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/len_spec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ def length_spectrum(manifold, bits_prec : Optional[int] = None, verified : bool
if not tile.word:
continue

if r13_dot(tile.o13_matrix * mcomplex.R13_baseTetInCenter,
mcomplex.R13_baseTetInCenter) > -(mcomplex.baseTetInRadius/2).cosh():
continue

num += 1

r = tile.lower_bound_cover_radius
Expand Down

0 comments on commit be451b5

Please sign in to comment.