Skip to content

Commit

Permalink
Update simulation_data_files.py
Browse files Browse the repository at this point in the history
switch back to original value
  • Loading branch information
mschwamb authored Nov 30, 2023
1 parent 1238c9e commit c20f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sorcha/ephemeris/simulation_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ def make_retriever(directory_path: str = None, registry: dict = REGISTRY) -> poo
base_url="",
urls=URLS,
registry=registry,
retry_if_failed=2,
retry_if_failed=1,
)

0 comments on commit c20f627

Please sign in to comment.