Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numpy 1.21 will require an int for factorial #76

Merged
merged 1 commit into from
Feb 18, 2022

Conversation

andrewpaulreeves
Copy link
Contributor

This would break some Zernike making functions, which give floats
(even though they are always ints). Now make them ints explicitly.

This would break some Zernike making functions, which give floats
(even though they are always ints). Now make them ints explicitly.
@codecov
Copy link

codecov bot commented Feb 18, 2022

Codecov Report

Merging #76 (3aac670) into master (5bd74bf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #76   +/-   ##
=======================================
  Coverage   91.80%   91.80%           
=======================================
  Files          42       42           
  Lines        2014     2014           
=======================================
  Hits         1849     1849           
  Misses        165      165           
Impacted Files Coverage Δ
aotools/functions/zernike.py 96.89% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bd74bf...3aac670. Read the comment docs.

@matthewtownson matthewtownson merged commit 36180fa into master Feb 18, 2022
@matthewtownson matthewtownson deleted the zernike_int_fix branch June 29, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants