Skip to content

Commit

Permalink
reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuon committed Sep 2, 2024
1 parent 1fb0b29 commit 3a02bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jimgw/single_event/runManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def load_from_path(self, path: str) -> SingleEventRun:
data["jim_parameters"]["local_sampler_arg"]["step_size"]
)
except KeyError as e:
print(f"Key {e} not found.")
print("No local sampler argument provided in the configuration.")

return SingleEventRun(**data)

Expand Down

0 comments on commit 3a02bdc

Please sign in to comment.