Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed May 27, 2024
1 parent 33681e3 commit 51fc1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/benchmarks.ipynb

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions zernipax/zernike.py
Original file line number Diff line number Diff line change
Expand Up @@ -2194,6 +2194,8 @@ def zernike_radial_coeffs(l, m, exact=True):

_factorial = lambda x: factorial(x, exact=True)
else:
from math import factorial

_factorial = factorial
npoly = len(lms)
lmax = np.max(lms[:, 0])
Expand Down

0 comments on commit 51fc1e9

Please sign in to comment.