Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
nomad-lab
analytics-toolkit-tutorials
Commits
99df3c77
Commit
99df3c77
authored
Jan 24, 2018
by
Ask Hjorth Larsen
Browse files
try yet another dir. *grumble*
parent
7dace87b
Changes
2
Hide whitespace changes
Inline
Side-by-side
molecules-delta-ml/python-modules/molkrr/ml_chemical_space.bkr
View file @
99df3c77
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
"input": {
"input": {
"body": [
"body": [
"import os",
"import os",
"os.chdir(\"/data/shared/tutorialsNew/molecules-delta-ml/python-modules\")",
"os.chdir(\"/data/shared/tutorialsNew/molecules-delta-ml/python-modules
/molkrr
\")",
"",
"",
""
""
],
],
...
...
molecules-delta-ml/python-modules/molkrr/ml_chemical_space.py
View file @
99df3c77
...
@@ -777,7 +777,7 @@ def beaker_entry(param):
...
@@ -777,7 +777,7 @@ def beaker_entry(param):
ml_param
[
'data_path'
]
=
"./data"
ml_param
[
'data_path'
]
=
"./data"
ml_param
[
'debug'
]
=
True
ml_param
[
'debug'
]
=
True
dirname
=
writable_dir
+
'/ml_out_put'
dirname
=
writable_dir
+
'/ml_out_put'
if
not
os
.
isdir
(
dirname
):
if
not
os
.
path
.
isdir
(
dirname
):
os
.
mkdir
(
dirname
)
os
.
mkdir
(
dirname
)
ml_param
[
'debug_filepath'
]
=
dirname
+
"/output_"
+
\
ml_param
[
'debug_filepath'
]
=
dirname
+
"/output_"
+
\
dt
.
datetime
.
now
().
time
().
strftime
(
"%I_%M_%S"
)
\
dt
.
datetime
.
now
().
time
().
strftime
(
"%I_%M_%S"
)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment