-
Notifications
You must be signed in to change notification settings - Fork 60
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][BF] Update json conversion to excel used in tractometry_flow #1041
Conversation
Hello @arnaudbore, Thank you for updating !
Comment last updated at 2024-11-04 19:29:24 UTC |
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.
Minor comments, the tractometry flow PR was tested twice and the output looks great!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1041 +/- ##
=======================================
Coverage 68.79% 68.79%
=======================================
Files 432 432
Lines 22456 22454 -2
Branches 3038 3041 +3
=======================================
- Hits 15449 15448 -1
+ Misses 5709 5706 -3
- Partials 1298 1300 +2
|
LGTM ! Ready to merge (did not know if you are 100%, if so go ahead) |
Quick description
Some scripts have been merged into scil_bundle_shape_measure.py because of that scil_json_convert_entries_to_xlsx was not able to do its job properly.
Best way to test this is to run tractometry_flow using this PR with local scilpy installation.
Type of change
Check the relevant options.
Checklist