We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4002382 commit eb7322fCopy full SHA for eb7322f
examples/methods_paper_plots/fig_8_initial_core_final_mass_relations/pythonSubmitMandelMueller.py
@@ -5,6 +5,11 @@
5
import ntpath
6
from subprocess import call
7
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
+
13
# Check if we are using python 3
14
python_version = sys.version_info[0]
15
print("python_version =", python_version)
0 commit comments