Skip to content

Commit eb7322f

Browse files
authored
Update pythonSubmitMandelMueller.py
1 parent 4002382 commit eb7322f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/methods_paper_plots/fig_8_initial_core_final_mass_relations/pythonSubmitMandelMueller.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
import ntpath
66
from subprocess import call
77

8+
#### DISCLAIMER: This script uses the `pythonSubmit.py` format
9+
#### that has been replaced by the `runSubmit.py` and
10+
#### `compasConfigDefault.yaml` combo as of v02.25.10.
11+
#### The `pythonSubmit.py` format will eventually become deprecated.
12+
813
# Check if we are using python 3
914
python_version = sys.version_info[0]
1015
print("python_version =", python_version)

0 commit comments

Comments
 (0)