Skip to content

Commit d8815a5

Browse files
committed
move example data to dedicated folder
1 parent 08d24a0 commit d8815a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/create_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
cwd = Path(__file__).parent
2727

2828
# directory with current data
29-
data_dir = cwd / "test_data"
29+
data_dir = cwd / "test_data" / "ecSecB"
3030

3131
# directory where to publish the dataset
3232
database_dir = cwd / "published_datasets"

0 commit comments

Comments
 (0)