Skip to content

Commit 5215043

Browse files
committed
Fix paths to data in notebooks
1 parent 06ffe8b commit 5215043

4 files changed

+4
-4
lines changed

examples/Change_minimizer.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
" # Download the data files to be read in notebook\n",
5757
" for fname in ['lbco.cif', 'hrpt.xye']:\n",
5858
" pooch.retrieve(\n",
59-
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/new_job_dev2/examples/data/{fname}\",\n",
59+
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/master/examples/data/{fname}\",\n",
6060
" known_hash=None,\n",
6161
" fname=fname,\n",
6262
" path=\"data\",\n",

examples/Fitting_PD-NEUT-CW_LBCO-HRPT.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
" # Download the data files to be read in notebook\n",
5959
" for fname in ['lbco.cif', 'hrpt.xye']:\n",
6060
" pooch.retrieve(\n",
61-
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/new_job_dev2/examples/data/{fname}\",\n",
61+
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/master/examples/data/{fname}\",\n",
6262
" known_hash=None,\n",
6363
" fname=fname,\n",
6464
" path=\"data\",\n",

examples/Fitting_PD-NEUT-TOF_NCAF-WISH.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
" # Download the data files to be read in notebook\n",
5757
" for fname in ['ncaf.cif', 'wish.xye']:\n",
5858
" pooch.retrieve(\n",
59-
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/new_job_dev2/examples/data/{fname}\",\n",
59+
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/master/examples/data/{fname}\",\n",
6060
" known_hash=None,\n",
6161
" fname=fname,\n",
6262
" path=\"data\",\n",

examples/Fitting_PD-NEUT-TOF_Si-SEPD.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
" # Download the data files to be read in notebook\n",
5757
" for fname in ['sepd.xye']:\n",
5858
" pooch.retrieve(\n",
59-
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/new_job_dev2/examples/data/{fname}\",\n",
59+
" url=f\"https://raw.githubusercontent.com/EasyScience/EasyDiffractionLib/refs/heads/master/examples/data/{fname}\",\n",
6060
" known_hash=None,\n",
6161
" fname=fname,\n",
6262
" path=\"data\",\n",

0 commit comments

Comments
 (0)