ilastik / volumina

Volume Slicing and Editing
http://ilastik.org
Other
32 stars 65 forks source link

Add button resetpath #296

Closed sebherbert closed 2 years ago

sebherbert commented 2 years ago

Hello all,

This small PR aims adds a reset button to the export gui so a user can revert to default "magic" path more easily. The corresponding ilastik PR can be found https://github.com/ilastik/ilastik/pull/2620

sebherbert commented 2 years ago

I'm stoked it worked out, thanks a lot for the help! Looking forward to the next time I need it! :)

codecov[bot] commented 2 years ago

Codecov Report

Base: 35.77% // Head: 35.74% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (3ec9102) compared to base (06b4b19). Patch coverage: 23.07% of modified lines in pull request are covered.

:exclamation: Current head 3ec9102 differs from pull request most recent head a67c466. Consider uploading reports for the commit a67c466 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #296 +/- ## ========================================== - Coverage 35.77% 35.74% -0.04% ========================================== Files 106 106 Lines 11287 11291 +4 ========================================== - Hits 4038 4036 -2 - Misses 7249 7255 +6 ``` | [Impacted Files](https://codecov.io/gh/ilastik/volumina/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik) | Coverage Δ | | |---|---|---| | [volumina/widgets/dvidVolumeExportOptionsWidget.py](https://codecov.io/gh/ilastik/volumina/pull/296/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik#diff-dm9sdW1pbmEvd2lkZ2V0cy9kdmlkVm9sdW1lRXhwb3J0T3B0aW9uc1dpZGdldC5weQ==) | `0.00% <0.00%> (ø)` | | | [volumina/widgets/singleFileExportOptionsWidget.py](https://codecov.io/gh/ilastik/volumina/pull/296/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik#diff-dm9sdW1pbmEvd2lkZ2V0cy9zaW5nbGVGaWxlRXhwb3J0T3B0aW9uc1dpZGdldC5weQ==) | `0.00% <0.00%> (ø)` | | | [volumina/widgets/stackExportFileOptionsWidget.py](https://codecov.io/gh/ilastik/volumina/pull/296/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik#diff-dm9sdW1pbmEvd2lkZ2V0cy9zdGFja0V4cG9ydEZpbGVPcHRpb25zV2lkZ2V0LnB5) | `0.00% <0.00%> (ø)` | | | [volumina/widgets/dataExportOptionsDlg.py](https://codecov.io/gh/ilastik/volumina/pull/296/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik#diff-dm9sdW1pbmEvd2lkZ2V0cy9kYXRhRXhwb3J0T3B0aW9uc0RsZy5weQ==) | `18.47% <42.85%> (-0.28%)` | :arrow_down: | | [volumina/\_\_init\_\_.py](https://codecov.io/gh/ilastik/volumina/pull/296/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik#diff-dm9sdW1pbmEvX19pbml0X18ucHk=) | `82.60% <0.00%> (-8.70%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ilastik)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

k-dominik commented 2 years ago

Added a few commits to make the tests pass. Bit of a bummer that they will only pass in python 3.7, currently. I updated pins for the recipe, too and will trigger a new release of volumina once this one is merged...

k-dominik commented 2 years ago

thx a lot for your contribution Seb!