-
Notifications
You must be signed in to change notification settings - Fork 89
🆕Multichannel Image Reading #825
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #825 +/- ##
===========================================
- Coverage 99.89% 99.29% -0.61%
===========================================
Files 69 70 +1
Lines 8650 8737 +87
Branches 1653 1686 +33
===========================================
+ Hits 8641 8675 +34
- Misses 1 32 +31
- Partials 8 30 +22 ☔ View full report in Codecov by Sentry. |
…Analytics/tiatoolbox into multichannel-reading
for more information, see https://pre-commit.ci
…Analytics/tiatoolbox into multichannel-reading
…toolbox into multichannel-reading
…channel-reading # Conflicts: # tests/test_wsireader.py
…Analytics/tiatoolbox into multichannel-reading
674201c
to
e4b44d7
Compare
@@ -105,7 +105,7 @@ lint.select = [ | |||
"ASYNC", # flake8-async | |||
] | |||
# Ignore rules which conflict with ruff formatter. | |||
lint.ignore = ["COM812", "ISC001",] | |||
lint.ignore = ["COM812", "ISC001", "RUF100"] |
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.
RUF100 shouldn't be a problem if ruff version in pre-commit, github workflow and requirements dev match. Usually pre-commit automatically removes unused noqa.
…Analytics/tiatoolbox into multichannel-reading
Initial draft implementation of multi-channel reading.
Still needs lots of work so its a draft at the moment.
to do: