-
Notifications
You must be signed in to change notification settings - Fork 10
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 human example script and some other fixes #40
Conversation
for more information, see https://pre-commit.ci
…obe-heatmap into human-example
for more information, see https://pre-commit.ci
…obe-heatmap into human-example
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 5 5
Lines 285 282 -3
=====================================
+ Misses 285 282 -3 ☔ View full report in Codecov by Sentry. |
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.
While we're doing small refactorings around here that will change the API (e.g. you now can't call heatmaps.py
as a script anymore), I've opened #41 as a vaguely related small enhancement issue.
This adds an example using the human atlas because:
This also fixes a typo and removes some script code in a submodule.
Sort of fixes #14