We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebca0e commit a76f7afCopy full SHA for a76f7af
1 file changed
tests/test_zernike.py
@@ -760,6 +760,7 @@ def test_describe_zernike():
760
assert galsim.zernike.describe_zernike(3) == "sqrt(4) * (y)"
761
assert galsim.zernike.describe_zernike(4) == "sqrt(3) * (-1 + 2y^2 + 2x^2)"
762
assert galsim.zernike.describe_zernike(10) == "sqrt(8) * (-3xy^2 + x^3)"
763
+ assert galsim.zernike.describe_zernike(11) == "sqrt(5) * (1 - 6y^2 + 6y^4 - 6x^2 + 12x^2y^2 + 6x^4)"
764
765
Z22str = (
766
"sqrt(7) * (-1 + 12y^2 - 30y^4 + 20y^6 + 12x^2"
0 commit comments