Skip to content

Commit

Permalink
Fix typo in assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
teobouvard committed Dec 22, 2023
1 parent 772bedd commit e2aff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emcee/ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
if name not in dupes:
uniq.append(name)
dupes.add(name)
msg = f"duplicate paramters: {dupes}"
msg = f"duplicate parameters: {dupes}"
assert len(uniq) == len(parameter_names), msg

if isinstance(parameter_names, list):
Expand Down

0 comments on commit e2aff4e

Please sign in to comment.