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 2ac7fb2 commit ac4e1edCopy full SHA for ac4e1ed
examples/methods_paper_plots/fig_6_max_R/pythonSubmit.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