Skip to content

Commit

Permalink
STY #172
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 16, 2021
1 parent d7bf020 commit 7f74991
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hkl/tests/test_diffract.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ def test_forward_solutions_table(fourc):
assert pytest.approx(sol.tth, 1e-5) == -60

fourc.apply_constraints(
{
"tth": Constraint(0, 180, 0, True),
}
{"tth": Constraint(0, 180, 0, True),}
)

tbl = fourc.forward_solutions_table(
Expand Down

0 comments on commit 7f74991

Please sign in to comment.