File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ def _make_pooch():
1313 env = "ESS_AMOR_DATA_DIR" ,
1414 base_url = "https://public.esss.dk/groups/scipp/ess/amor/{version}/" ,
1515 version = _version ,
16+ retry_if_failed = 3 ,
1617 registry = {
1718 "reference.nxs" : "md5:56d493c8051e1c5c86fb7a95f8ec643b" ,
1819 "sample.nxs" : "md5:4e07ccc87b5c6549e190bc372c298e83" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ def _make_pooch():
1515 env = "ESS_ESTIA_DATA_DIR" ,
1616 base_url = "https://public.esss.dk/groups/scipp/ess/estia/{version}/" ,
1717 version = _version ,
18+ retry_if_failed = 3 ,
1819 registry = {
1920 "218610_tof_detector_list.p.x.y.t.L.sx.sy" : "md5:65145a26c36d12954a97d27d6e7f4ed9" , # noqa: E501
2021 "218611_tof_detector_list.p.x.y.t.L.sx.sy" : "md5:4599e938568f3b73a72d6d48fe5160e7" , # noqa: E501
You can’t perform that action at this time.
0 commit comments