Skip to content

Commit

Permalink
Merge branch 'master' into higher_order_deriv
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis committed Jul 27, 2023
2 parents 73fab8f + 75c8b61 commit 73e4c57
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 169 deletions.
2 changes: 1 addition & 1 deletion desc/basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ def zernike_radial(r, l, m, dr=0):
else:
raise NotImplementedError(
"Analytic radial derivatives of Zernike polynomials for order>4 "
+ "have not been implemented"
+ "have not been implemented."
)
return s * jnp.where((l - m) % 2 == 0, out, 0)

Expand Down
Loading

0 comments on commit 73e4c57

Please sign in to comment.