scilus / scilpy

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

Scilpy bot v2 #1033

Closed frheault closed 3 weeks ago

frheault commented 2 months ago

Quick description

This version has some duplicated code removed, some edge cases fixed, highlighting now keeps the formatting. This must be tested, also the vocabulary file could be cleaned and improved during a hackathon (when is the next one?) ...

Type of change

Check the relevant options.

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

...

Checklist

pep8speaks commented 2 months ago

Hello @frheault, Thank you for updating !

Line 61:80: E501 line too long (80 > 79 characters) Line 299:80: E501 line too long (81 > 79 characters)

Line 160:80: E501 line too long (81 > 79 characters) Line 173:80: E501 line too long (81 > 79 characters)

Line 11:80: E501 line too long (81 > 79 characters) Line 23:80: E501 line too long (81 > 79 characters)

Comment last updated at 2024-10-11 15:14:13 UTC
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 68.88%. Comparing base (8b67a06) to head (bf138ae). Report is 121 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1033 +/- ## ========================================== + Coverage 68.84% 68.88% +0.03% ========================================== Files 431 432 +1 Lines 22332 22517 +185 Branches 3332 3049 -283 ========================================== + Hits 15375 15511 +136 - Misses 5670 5709 +39 - Partials 1287 1297 +10 ``` | [Components](https://app.codecov.io/gh/scilus/scilpy/pull/1033/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/1033/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | `69.65% <83.72%> (-0.06%)` | :arrow_down: | | [Library](https://app.codecov.io/gh/scilus/scilpy/pull/1033/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scilus) | `67.81% <88.97%> (+0.18%)` | :arrow_up: |
frheault commented 1 month ago

@mdesco Could you test this and imagine being Laurent / Sami trying to find a script (or information).

Is it better than before? Is it intuitive?