Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed May 24, 2024
1 parent d2af06d commit 7b4c7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/3_metadata_collection_and_export_to_NeXus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"metadata": {},
"outputs": [],
"source": [
"_, subdirs = load_dataset(\"WSe2\", \"./\") # Put in Path to a storage of at least 20 Gbyte free space.\n",
"data_path, subdirs = load_dataset(\"WSe2\", \"./\") # Put in Path to a storage of at least 20 Gbyte free space.\n",
"scandir = subdirs[0] # The Scan directory\n",
"# data_path, subdirs = load_dataset(\"WSe2\") # This will use the default location to store the data\n",
"\n",
Expand Down

0 comments on commit 7b4c7b7

Please sign in to comment.