ModelOrderReduction icon indicating copy to clipboard operation
ModelOrderReduction copied to clipboard

[Scripts] Remove need of PyQt5 if gui is not used

Open epernod opened this issue 1 year ago • 0 comments

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.

epernod avatar May 07 '24 13:05 epernod