-
Notifications
You must be signed in to change notification settings - Fork 0
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
Phasecurve #89
Phasecurve #89
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
- Coverage 69.84% 62.60% -7.24%
==========================================
Files 3 4 +1
Lines 63 115 +52
==========================================
+ Hits 44 72 +28
- Misses 19 43 +24 ☔ View full report in Codecov by Sentry. |
Added some basic unit tests |
I think you need to re-pull and merge main here - this isn't compatible with the latest changes to the dataclasses (sorry!). When I run:
I'm getting:
This should be |
Cool, I forgot about the command line stuff. I'll just change that bit to what you suggested. This will probably be changed later when issue #77 is dealt with |
Yep, just fix for now so everything runs - once I've gotten around to #77 I'll change the call in adler.py as well! |
Create the initial PhaseCurve class, contains the modules required to initialise an sbpy phase curve model, get the model reduced mag from phase angle and do some a simple model fit to observations. Unit tests to follow.
Closes #44
Review Checklist for Source Code Changes