Skip to content

Commit 8677f3a

Browse files
committed
run pre-commit
1 parent ffb4586 commit 8677f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_prior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def test_to_dict_numpy() -> None:
350350

351351
def test_dict_round_trip(large_var) -> None:
352352
assert Prior.from_dict(large_var.to_dict()) == large_var
353-
353+
354354

355355
def test_constrain_with_transform_error() -> None:
356356
var = Prior("Normal", transform="sigmoid")

0 commit comments

Comments
 (0)