ModelOrderReduction
ModelOrderReduction copied to clipboard
[Scripts] Remove need of PyQt5 if gui is not used
Method update_progress was present twice in the code: One in the mor/gui/utility.py and one in mor/utility/utility.py.
Only keep the one in gui/utility.py as it is bringing visual feedback for the UI.
This allows to use the tools/modelOrderReduction.py without gui to faster run benchmarks.