We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bffa64 + 18023a9 commit 494199dCopy full SHA for 494199d
tutorial.ipynb
@@ -59,7 +59,7 @@
59
"outputs": [],
60
"source": [
61
"import os\n",
62
- "DATA_DIR = os.path.join(os.environ['HOME'], \"data\")\n",
+ "DATA_DIR = os.path.join(os.environ['HOME'], \"DATA\")\n",
63
"CI_HSC_DIR = os.path.join(DATA_DIR, \"ci_hsc_small\")\n",
64
"WORK_DIR = os.path.join(os.environ['HOME'], \"WORK\")"
65
]
0 commit comments