Skip to content

Commit

Permalink
move pyiron resources to subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Mar 20, 2021
1 parent dc0a8e0 commit 073db43
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/.pyiron
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
TOP_LEVEL_DIRS = /home/jovyan
RESOURCE_PATHS = /srv/conda/envs/notebook/share/pyiron, /home/jovyan/resources
RESOURCE_PATHS = /srv/conda/envs/notebook/share/pyiron, /home/jovyan/pyiron/resources
4 changes: 2 additions & 2 deletions .github/ci_support/import_dataset.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
for ds in $(ls calculation/*.tar.gz); do
for ds in $(ls pyiron/calculation/*.tar.gz); do
cp ${ds} .
cp calculation/export.csv .
file=$(basename ${ds} .tar.gz)
python << EOF
from pyiron_base import Project
Project("calculation").unpack("${file}")
Project("pyiron/calculation").unpack("${file}")
EOF
rm $(basename ${ds})
rm export.csv
Expand Down
2 changes: 1 addition & 1 deletion example.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 073db43

Please sign in to comment.