Skip to content

Commit

Permalink
Update program.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phbastosa authored Nov 13, 2024
1 parent 338ed57 commit c1ebce9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions run/program.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ case "$1" in

-test_migration)

# python3 -B ../tests/migration/generate_models.py
# python3 -B ../tests/migration/generate_geometry.py
python3 -B ../tests/migration/generate_models.py
python3 -B ../tests/migration/generate_geometry.py

# ./../bin/modeling.exe ../tests/migration/parameters.txt
./../bin/modeling.exe ../tests/migration/parameters.txt

# python3 -B ../tests/migration/data_preconditioning.py
python3 -B ../tests/migration/data_preconditioning.py

# ./../bin/migration.exe ../tests/migration/parameters.txt
./../bin/migration.exe ../tests/migration/parameters.txt

python3 -B ../tests/migration/generate_figures.py

Expand All @@ -172,4 +172,4 @@ case "$1" in
exit 3
;;

esac
esac

0 comments on commit c1ebce9

Please sign in to comment.