Skip to content

Commit 8288a13

Browse files
committed
directory creation for CI
1 parent 3bab2b0 commit 8288a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/neurons/visual_learning_80k_neurons.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,15 @@
7777
"execution_count": 2,
7878
"id": "2Fr1q6Fq-8PK",
7979
"metadata": {
80-
"cellView": "form",
8180
"id": "2Fr1q6Fq-8PK"
8281
},
8382
"outputs": [],
8483
"source": [
8584
"# @title Data loading and imports\n",
8685
"\n",
8786
"# set path for data\n",
87+
"root = r'/content'\n",
88+
"Path(root).mkdir(exist_ok=True)\n",
8889
"root = r'/content/Zhong_et_al_2025'\n",
8990
"Path(root).mkdir(exist_ok=True)\n",
9091
"\n",

0 commit comments

Comments
 (0)