Skip to content

Commit

Permalink
Fixing typo in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emprzy committed Nov 18, 2024
1 parent df784d5 commit 8ec6c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def random_distribution_sampler(
elif distribution == "lognorm":
# Lognormal distribution with meanlog, sdlog
return get_log_normal(kwargs.get("meanlog"), kwargs.get("sdlog")).rvs
raise NotImplementedError(f"Unkown distribution [received: '{distribution}'].")
raise NotImplementedError(f"Unknown distribution [received: '{distribution}'].")


@add_method(confuse.ConfigView)
Expand Down

0 comments on commit 8ec6c05

Please sign in to comment.