-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Imviz: Curve of growth plot #1287
Conversation
96e09d0
to
12cadbf
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Gotta love error messages that make it sound like nothing is actually wrong! 😆 I think the dev console message is unrelated (I've seen it before on main) and I think it is raised before everything is displayed so it doesn't seem to affect anything (but we should dig into that at some point). Can you track down what traitlet is raising that by any chance? I created a subset and computed the curve of growth in your PR, but failed to reproduce. Is there any other step I'm missing? |
Do you see it if you run the example in https://github.com/spacetelescope/jdaviz/blob/main/notebooks/concepts/imviz_simple_aper_phot.ipynb ? If it is just me, I'll chuck it under "dirty env, too bad" and move on... |
I do see it there, including when creating and using manual subsets, but do not see it in the 47 Tuc data from the example notebook 🤔 |
|
Just checked in main and I do not see the same message there when running "radial profile", and in this PR it also seems to only occur during "curve of growth". So I think it was introduced here... the warning itself seems pretty harmless, but it would be nice to know where it is coming from and suppress it if possible? |
This comment was marked as resolved.
This comment was marked as resolved.
12cadbf
to
326b08c
Compare
Codecov Report
@@ Coverage Diff @@
## main #1287 +/- ##
==========================================
+ Coverage 80.96% 81.07% +0.10%
==========================================
Files 90 90
Lines 7428 7471 +43
==========================================
+ Hits 6014 6057 +43
Misses 1414 1414
Continue to review full report at Codecov.
|
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.
LGTM - can't find a way to break it and the warning messages are now gone!
to avoid trait value dtype cryptic warning
to the right place.
326b08c
to
1bece52
Compare
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.
Looks good to me, didn't manage to break it.
Description
This pull request is to add curve of growth plot in Simple Aperture Photometry plugin.
🐱
Checklist for package maintainer(s)
This checklist is meant to remind the package maintainer(s) who will review this pull request of some common things to look for. This list is not exhaustive.
trivial
label.CHANGES.rst
?