-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature/jax merge #215
base: feature/jax_wrapper
Are you sure you want to change the base?
Feature/jax merge #215
Conversation
Multipole Fix
feature/mutlipole_2
Feature/disable noise
feature/delaunay_visual
errors -> reconstruction_noise_map
feature/operate deflections api
…lections_api Revert "feature/operate deflections api"
Feature/over sampling refactor
if fit.children is not None: | ||
if len(fit.children) > 0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None and empty array are both falsey
if fit.children:
...
print("clicked on the pixel:", y_pixels, x_pixels) | ||
print("Max flux pixel:", y_pixels_max, x_pixels_max) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace print statements with logging?
# | ||
# fit = ag.FitEllipse(dataset=imaging_lh, ellipse=ellipse_0) | ||
# | ||
# assert fit.mask_interp == pytest.approx([False, False, False, False, False], 1.0e-4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commented test?
Update feature/jax_wrapper with changes from main