Fix function to not split time points by default#107
Fix function to not split time points by default#107CellKai wants to merge 7 commits intoimcf:develfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## devel #107 +/- ##
====================================
Coverage 25% 25%
====================================
Files 25 25
Lines 1772 1774 +2
====================================
+ Hits 435 440 +5
+ Misses 1337 1334 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ehrenfeu
left a comment
There was a problem hiding this comment.
Would be nice to have this behavior explained in the function's docstring.
ehrenfeu
left a comment
There was a problem hiding this comment.
Actually, by its nature the parameter timepoints_per_partition should rather be boolean than int as it's only having two values with the semantics "split" or "don't split"...
Let's do this now as we're anyway aiming for a major release.
Got it wrong, it is indeed an ➡️ Explain this in the docstring instead, but leave the code as it is. |
|
Pytest 🕵🏼 is failing, do we need to update the testing scripts to pull in the latest BDV / Fiji? I guess this will also be the case for other PR's... |
|
Merged back 🚨 @CellKai please make sure to |
|
Test code at ff. and will need to be adapted. |
Needed because the current function is ignoring the user parameter and always splits by time point.