Skip to content

Commit

Permalink
Update modelOrderReduction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod authored May 21, 2024
1 parent a449e75 commit 5f645c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/modelOrderReduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
originalScene = utility.openFileName('Select the SOFA scene you want to reduce')
outputDir = utility.openDirName('Select the directory that will contain all the results')
else:
originalScene = "/home/felix_v/SOFA/plugins/ModelOrderReduction/tools/test/sofa_test_scene/diamondRobot.py"
outputDir = "/home/felix_v/SOFA/plugins/ModelOrderReduction/tools/test/test_diamond"
originalScene = None # replace with absolute path to your python SOFA scene
outputDir = None # replace with path to folder where results will be exported

phasesToExecute = None

Expand Down

0 comments on commit 5f645c8

Please sign in to comment.