-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add Margin Catalog #199
Add Margin Catalog #199
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #199 +/- ##
===========================================
+ Coverage 99.72% 100.00% +0.27%
===========================================
Files 53 54 +1
Lines 1811 1844 +33
===========================================
+ Hits 1806 1844 +38
+ Misses 5 0 -5 ☔ View full report in Codecov by Sentry. |
Click here to view all benchmarks. |
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.
If the suggestion is ok, then this is approved.
Co-authored-by: Melissa DeLucchi <[email protected]>
Change Description
Adds the
MarginCatalog
class to represent a margin cache catalog. This uses theHealpixDataset
base class and specifies the corresponding catalog info type. Removesmargin
as an option for the catalog type of a baseCatalog
New Feature Checklist