Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaBreitman committed Sep 19, 2023
1 parent e1bd699 commit 6928d18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def test_inputs():
* (limits[:, 1] - limits[:, 0])
+ limits[:, 0]
)
arr[[0, 2, 4, 6]] = 10 ** (arr[[0, 2, 4, 6]])
arr[7] *= 1000 # keV to eV

inp = emu_in.make_param_array(arr, normed=False)
Expand Down

0 comments on commit 6928d18

Please sign in to comment.