Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pyiron
Potentials Workshop 2021
Commits
84b70f36
Unverified
Commit
84b70f36
authored
Mar 09, 2021
by
Sudarsan Surendralal
Committed by
GitHub
Mar 09, 2021
Browse files
Fixing dataset import
parent
8b133535
Changes
1
Hide whitespace changes
Inline
Side-by-side
day_3/ex_01_validation.ipynb
View file @
84b70f36
...
...
@@ -1561,7 +1561,9 @@
"metadata": {},
"outputs": [],
"source": [
"pr_import = Project(\"../datasets/imported_datasets\")"
"pr_import = Project("../../datasets")\n",
"if len(pr_import.job_table()) == 0:\n",
" pr_import.unpack("Cu_training_archive")"
]
},
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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