scilus / scilpy

The Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox
Other
62 stars 60 forks source link

[ENH][BF] Update json conversion to excel used in tractometry_flow #1041

Closed arnaudbore closed 1 month ago

arnaudbore commented 1 month ago

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

pep8speaks commented 1 month ago

Hello @arnaudbore, Thank you for updating !

Line 263:80: E501 line too long (80 > 79 characters) Line 271:78: W291 trailing whitespace Line 273:80: E501 line too long (84 > 79 characters) Line 274:80: E501 line too long (82 > 79 characters)

Line 78:80: E501 line too long (98 > 79 characters) Line 83:65: W291 trailing whitespace Line 87:80: E501 line too long (89 > 79 characters)

Comment last updated at 2024-11-04 19:29:24 UTC
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 38.00000% with 31 lines in your changes missing coverage. Please review.

Project coverage is 68.79%. Comparing base (92a2010) to head (2a06733). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ 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 ``` | [Components](https://app.codecov.io/gh/scilus/scilpy/pull/1041/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | Coverage Δ | | |---|---|---| | [Scripts](https://app.codecov.io/gh/scilus/scilpy/pull/1041/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | `69.66% <38.00%> (+<0.01%)` | :arrow_up: | | [Library](https://app.codecov.io/gh/scilus/scilpy/pull/1041/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | `67.56% <ø> (ø)` | |
frheault commented 1 month ago

LGTM ! Ready to merge (did not know if you are 100%, if so go ahead)