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 Dec 15, 2023
1 parent 1156732 commit 521fb4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_visualisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_add_bitinfo_labels():
# Cleanup the plot
plt.close()


@pytest.mark.parametrize("dtype", ["float64", "float32", "float16"])
def test_plot_bitinformation(rasm, dtype):
ds = rasm.astype(dtype)
Expand Down

0 comments on commit 521fb4b

Please sign in to comment.