Skip to content

Commit

Permalink
'Refactored by Sourcery'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcery AI committed Sep 11, 2021
1 parent 8821699 commit 46497b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_coherent_artifact(is_index_dependent: bool):
["irf_width", 20, {"vary": False, "non-negative": False}],
]

if is_index_dependent is True:
if is_index_dependent:
irf_spec = model_dict["irf"]["irf1"]
irf_spec["dispersion_center"] = "irf_dispc"
irf_spec["center_dispersion"] = ["irf_disp1", "irf_disp2"]
Expand Down

0 comments on commit 46497b4

Please sign in to comment.