Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Apr 20, 2023
1 parent 18695da commit d62351e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_denoise_paramter_pretty_par():

pretty_par = DenoiseParameters("optimal-fro", 11, 10, "weighted", 10).pretty_par

assert pretty == "11_10w"
assert pretty_par == "11_10w"


def test_denoise_parameter_pretty():
Expand Down

0 comments on commit d62351e

Please sign in to comment.