-
Notifications
You must be signed in to change notification settings - Fork 5
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
Plot unfolded data and model #111
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 #111 +/- ##
==========================================
- Coverage 66.24% 63.22% -3.03%
==========================================
Files 41 41
Lines 2216 2344 +128
==========================================
+ Hits 1468 1482 +14
- Misses 748 862 +114 ☔ View full report in Codecov by Sentry. |
Make `invokemodel` with dataset as the domain argument be a way of evaluating the model on the same domain as the data without necessarily folding the data.
@phajy I've added two commits and marked ready for review, if that's okay? |
See also #113 |
Thanks @fjebaker. This looks great and I am happy for you to merge is with the main branch. |
This is a draft PR for plotting unfolded data and model (see #82). This draft will use the XSPEC method of calculation. It is a WIP and not ready to be merged. There are a couple of things I don't know how to do, and perhaps a bug I need to chase down.