Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 29, 2024
1 parent 24273d4 commit 248968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_genie_weighter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
("power_law_index", np.float64),
]

result_dtype = [("neu", np.int32), ('pzv', np.float64), ("Ev", np.float64), ("wght", np.float64)]
result_dtype = [("neu", np.int32), ("pzv", np.float64), ("Ev", np.float64), ("wght", np.float64)]


class TestGenieWeighter(unittest.TestCase):
Expand Down

0 comments on commit 248968f

Please sign in to comment.