Skip to content

Commit

Permalink
Fix incorrect default path in test data notebook
Browse files Browse the repository at this point in the history
Fix incorrect default path in test data notebook
  • Loading branch information
jadball authored Feb 13, 2025
1 parent 944972c commit 8737911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/nbGui/S3DXRD/import_test_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"# this cell is tagged with 'parameters'\n",
"# to view the tag, select the cell, then find the settings gear icon (right or left sidebar) and look for Cell Tags\n",
"download_dir = '/data/id11/inhouse2/test_data_3DXRD/S3DXRD/Si_cube'\n",
"download_dir = os.path.join( os.environ['HOME'], 'si_cube')\n",
"PYTHONPATH = setup_ImageD11_from_git( ) # ( os.path.join( os.environ['HOME'],'Code'), 'ImageD11_git' )"
]
},
Expand Down

0 comments on commit 8737911

Please sign in to comment.