-
Notifications
You must be signed in to change notification settings - Fork 19
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
ENH: Port basic report-capable interfaces from *NiWorkflows* #74
Conversation
MAINT: Refactor structure of interfaces
DOC: Ensure copyright notice in all headers' comment
DOC: Ensure copyright notice in all headers' comment
ENH: Allow plotting of image rotated to cardinal axes
MAINT: Refactor structure of interfaces
ENH: Allow plotting of image rotated to cardinal axes
MAINT: Replace distutils use, upgrade versioneer
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
- Coverage 56.01% 55.13% -0.89%
==========================================
Files 19 20 +1
Lines 1828 1937 +109
Branches 369 381 +12
==========================================
+ Hits 1024 1068 +44
- Misses 728 795 +67
+ Partials 76 74 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This sidetracks #71 for interfaces with little discussion about whether they can be consider core enough to be maintained within NiReports. In addition, moves the SimpleBeforeAfter interface into the set of basic interfaces, as it is very often used.
c3f6b5d
to
60c7539
Compare
This sidetracks #71 for interfaces with little discussion about whether they can be consider core enough to be maintained within NiReports.
In addition, moves the SimpleBeforeAfter interface into the set of basic interfaces, as it is very often used.