scilus / scilpy

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

Cleaning reconst scripts part2 #924

Closed EmmaRenauld closed 7 months ago

EmmaRenauld commented 7 months ago

Quick description

Part 2 in my meticulous verification of reconst scripts. Read the 9 next scripts in our excel list!

Almost all already correct! Changes a few small code style along the way. The only real changes:

That's it! ...

Type of change

Check the relevant options.

Provide data, screenshots, command line to test (if relevant)

...

Checklist

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 73.39450% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 69.46%. Comparing base (d319ad2) to head (c32176a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #924 +/- ## ========================================== + Coverage 69.38% 69.46% +0.07% ========================================== Files 389 389 Lines 20997 20989 -8 Branches 3231 3225 -6 ========================================== + Hits 14568 14579 +11 + Misses 5114 5102 -12 + Partials 1315 1308 -7 ``` | [Components](https://app.codecov.io/gh/scilus/scilpy/pull/924/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/924/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | `71.99% <86.15%> (+0.18%)` | :arrow_up: | | [Library](https://app.codecov.io/gh/scilus/scilpy/pull/924/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | `65.19% <54.54%> (-0.07%)` | :arrow_down: |
pep8speaks commented 7 months ago

Hello @EmmaRenauld, Thank you for updating !

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-02-29 21:31:15 UTC
EmmaRenauld commented 7 months ago

Finally I added a bit more changes!

Overall, I thus have mainly small changes, and 4 new functions (created without changing any line of code!). I was not always sure where to put them though.