Skip to content

Commit

Permalink
Merge pull request #2 from lsst-sqre-testing/tickets/DM-12913
Browse files Browse the repository at this point in the history
Also set data dir in next cell.
  • Loading branch information
athornton authored Dec 12, 2017
2 parents 4bffa64 + 18023a9 commit 494199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"outputs": [],
"source": [
"import os\n",
"DATA_DIR = os.path.join(os.environ['HOME'], \"data\")\n",
"DATA_DIR = os.path.join(os.environ['HOME'], \"DATA\")\n",
"CI_HSC_DIR = os.path.join(DATA_DIR, \"ci_hsc_small\")\n",
"WORK_DIR = os.path.join(os.environ['HOME'], \"WORK\")"
]
Expand Down

0 comments on commit 494199d

Please sign in to comment.