fast-aircraft-design / FAST-OAD

FAST-OAD: An open source framework for rapid Overall Aircraft Design
GNU General Public License v3.0
47 stars 25 forks source link

Issue 455 variable viewer fix #456

Closed ScottDelbecq closed 1 year ago

ScottDelbecq commented 1 year ago

This PR resolves #455 by adding the --ALL-- tag for the first filter of the variable viewer. This way, by default, the variable viewer will render all the variable of the system.

Also, due to incompatibility between ipywidgets and jupyterlab versions in the .lock file (for some OS such as OSX), the minimal versions have been updated in the pyproject.toml and thus the .lock.

codecov[bot] commented 1 year ago

Codecov Report

Merging #456 (fe4c339) into master (9c4e426) will decrease coverage by 0.11%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #456      +/-   ##
==========================================
- Coverage   89.47%   89.35%   -0.12%     
==========================================
  Files          73       73              
  Lines        4437     4436       -1     
  Branches      714      713       -1     
==========================================
- Hits         3970     3964       -6     
- Misses        338      345       +7     
+ Partials      129      127       -2     
Impacted Files Coverage Δ
src/fastoad/gui/variable_viewer.py 77.58% <100.00%> (-2.99%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.