-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix 0.4.0dev tests #384
Fix 0.4.0dev tests #384
Conversation
Codecov Report
@@ Coverage Diff @@
## 0.4.0dev #384 +/- ##
===========================================
+ Coverage 3.82% 6.98% +3.16%
===========================================
Files 23 24 +1
Lines 4629 4450 -179
===========================================
+ Hits 177 311 +134
+ Misses 4452 4139 -313
|
@ziw-liu I'm having trouble getting the tests to pass on windows. Any idea how we might solve this?
|
I can reproduce the same error on a local Windows machine (automaton 2). Edit: the |
OK found it. Same issue as czbiohub-sf/iohub#116 |
@talonchandler Some new warnings related to torch in addition to the overlay colormap things:
|
Thanks @ziw-liu! Let me work through these warnings then I'll merge this. |
I've documented the warnings into issues in the correct repositories:
None of these warnings are critical, so I vote to merge this branch into |
This PR against
0.4.0dev
includes the test fixes that should have appeared in #381 (see #383 for CI/CD fix).