|
96 | 96 | "source": [ |
97 | 97 | "file_path_0 = pooch.retrieve(\n", |
98 | 98 | " # URL to one of Pooch's test files\n", |
99 | | - " url=\"https://raw.githubusercontent.com/EasyScience/EasyReflectometryLib/master/docs/src/tutorials/fitting/mod_pointwise_two_layer_sample_dq-0.0.ort\",\n", |
| 99 | + " url=\"https://raw.githubusercontent.com/EasyScience/EasyReflectometryLib/master/docs/src/tutorials/simulation/mod_pointwise_two_layer_sample_dq-0.0.ort\",\n", |
100 | 100 | " known_hash=\"f8a3e7007b83f0de4e2c761134e7d1c55027f0099528bd56f746b50349369f50\",\n", |
101 | 101 | ")\n", |
102 | 102 | "file_path_1 = pooch.retrieve(\n", |
103 | 103 | " # URL to one of Pooch's test files\n", |
104 | | - " url=\"https://raw.githubusercontent.com/EasyScience/EasyReflectometryLib/master/docs/src/tutorials/fitting/mod_pointwise_two_layer_sample_dq-1.0.ort\",\n", |
| 104 | + " url=\"https://raw.githubusercontent.com/EasyScience/EasyReflectometryLib/master/docs/src/tutorials/simulation/mod_pointwise_two_layer_sample_dq-1.0.ort\",\n", |
105 | 105 | " known_hash=\"9d81a512cbe45f923806ad307e476b27535614b2e08a2bf0f4559ab608a34f7a\",\n", |
106 | 106 | ")\n", |
107 | 107 | "file_path_10 = pooch.retrieve(\n", |
108 | 108 | " # URL to one of Pooch's test files\n", |
109 | | - " url=\"https://raw.githubusercontent.com/EasyScience/EasyReflectometryLib/master/docs/src/tutorials/fitting/mod_pointwise_two_layer_sample_dq-10.0.ort\",\n", |
| 109 | + " url=\"https://raw.githubusercontent.com/EasyScience/EasyReflectometryLib/master/docs/src/tutorials/simulation/mod_pointwise_two_layer_sample_dq-10.0.ort\",\n", |
110 | 110 | " known_hash=\"991395c0b6a91bf60c12d234c645143dcac1cab929944fc4e452020d44b787ad\",\n", |
111 | 111 | ")\n", |
112 | 112 | "dict_reference = {}\n", |
|
0 commit comments