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

Fix bug, where seed in infinite screen had no effect #64

Merged
merged 1 commit into from
May 11, 2021

Conversation

andrewpaulreeves
Copy link
Contributor

Because ft_phase_screen will use a system random number generator when
seed is None, some seed must be given to make it repeatable.

Because ft_phase_screen will use a system random number generator when
seed is `None`, some seed must be given to make it repeatable.
@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

Merging #64 (75b91b0) into master (c93ef2d) will decrease coverage by 0.04%.
The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   92.61%   92.57%   -0.05%     
==========================================
  Files          25       25              
  Lines        1314     1319       +5     
==========================================
+ Hits         1217     1221       +4     
- Misses         97       98       +1     
Impacted Files Coverage Δ
aotools/turbulence/infinitephasescreen.py 85.89% <80.00%> (-0.20%) ⬇️

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 c93ef2d...75b91b0. Read the comment docs.

@matthewtownson
Copy link
Member

Sorry I forgot about this, thanks for fixing.

@matthewtownson matthewtownson merged commit ae49c17 into master May 11, 2021
@matthewtownson matthewtownson deleted the infinite_screen_seed_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