spine-tools / Spine-Toolbox

Spine Toolbox is an open source Python package to manage data, scenarios and workflows for modelling and simulation. You can have your local workflow, but work as a team through version control and SQL databases.
https://www.tools-for-energy-system-modelling.org/
GNU Lesser General Public License v3.0
73 stars 18 forks source link

Update Add/Update SpineOpt Wizard #3005

Closed ptsavol closed 1 week ago

ptsavol commented 1 week ago

This PR fixes some issues with the SpineOpt installer wizard that opens from the Add/Update SpineOpt button in Spine Toolbox's File->Settings->Tools menu.

Fixes #3002

Checklist before merging

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 89.83051% with 6 lines in your changes missing coverage. Please review.

Project coverage is 67.15%. Comparing base (3599115) to head (d47ff3f). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
spinetoolbox/widgets/add_up_spine_opt_wizard.py 93.87% 1 Missing and 2 partials :warning:
spinetoolbox/widgets/settings_widget.py 0.00% 2 Missing :warning:
spinetoolbox/helpers.py 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3005 +/- ## ========================================== + Coverage 67.13% 67.15% +0.02% ========================================== Files 193 193 Lines 37102 37138 +36 Branches 4445 4450 +5 ========================================== + Hits 24909 24941 +32 - Misses 10937 10939 +2 - Partials 1256 1258 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.