Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Apr 30, 2019
1 parent 64cfd5b commit 68fcf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model_breit_wigner.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_special_property1():
def _bw_params_factory():
mres = zfit.Parameter('mres', param1_true)
wres = zfit.Parameter('wres', param2_true)
return {"mres": mres, "mres": mres}
return {"mres": mres, "wres": wres}


# tester.register_func(func_class=zfit.pdf.Gauss, params_factories=_bw_params_factory())

0 comments on commit 68fcf10

Please sign in to comment.