-
Notifications
You must be signed in to change notification settings - Fork 54
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
Hotfix v1.4.2 to resolve bug with ncells in feature dataframe #246 #247
Hotfix v1.4.2 to resolve bug with ncells in feature dataframe #246 #247
Conversation
…features in one time step
Codecov ReportBase: 35.76% // Head: 39.22% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## hotfix #247 +/- ##
==========================================
+ Coverage 35.76% 39.22% +3.46%
==========================================
Files 15 11 -4
Lines 3403 2246 -1157
==========================================
- Hits 1217 881 -336
+ Misses 2186 1365 -821
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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. Comments are only minor changes that make no functional difference so can be left if you think that they are unnecessary
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 to me, happy for this to be merged after second review
Also happy to merge with a single review if you don't have time to review this @freemansw1 |
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.
Thanks for doing this @JuliaKukulies; sorry for my delay in reviewing, it's been a busy week.
@JuliaKukulies @w-k-jones I'm happy for either of you to do the release. @JuliaKukulies it might be good for you to do one, if you're up for it! |
Thanks @freemansw1 and no worries! I am happy to do the release - only question is if the bug fixes in #250 or even #244 should be included or if we do the hotfix release just for this PR ? |
I'll leave that to @w-k-jones. I think at least #244 should be included, but I'll defer to his judgment. |
On second inspection, I think that both will be straightforward to transfer, so I'll make a new PR with the changes against the hotfix branch |
64a5508
to
1507b40
Compare
All right, merging this now. Note that I have already updated the changelog here, which you can have a final check on before merging |
Resolves #246
segmentation.py
that assignedncells
of the last feature in each time step to all features in that time stepncells
is correctly assigned to different features