Skip to content

Commit

Permalink
fix flag for remote data
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishpanta0 committed Feb 28, 2024
1 parent 10be71b commit 6546ee2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
" i += 1\n",
"db.compressDataset([\"zip\"])\n",
"\n",
"print(\"You have successfully created the IDX file with the four terrain parmaters.\")"
"print(\"You have successfully created the IDX file with the two terrain parmaters.\")"
]
},
{
Expand Down Expand Up @@ -698,6 +698,7 @@
"metadata": {},
"outputs": [],
"source": [
"loadDataFromSeal=True #set this to true to load the data from Sealstorage\n",
"if loadDataFromSeal:\n",
" filename = \"Tennessee_terrain_parameters.idx\"\n",
" HOME_DIR = \"s3://utah/nsdf/somospie/\" # DONOT change this line\n",
Expand Down Expand Up @@ -1084,7 +1085,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
"version": "3.9.7"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 6546ee2

Please sign in to comment.