Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Oct 12, 2022
1 parent 9b3595f commit 7c26abf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arviz/tests/base_tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def test_dims_coords():
assert len(coords["x_dim_2"]) == 5


@pytest.mark.parametrize("in_dims", (["dim1", "dim2"], ["draw", "dim1", "dim2"], ["chain", "draw", "dim1", "dim2"]))
@pytest.mark.parametrize(
"in_dims", (["dim1", "dim2"], ["draw", "dim1", "dim2"], ["chain", "draw", "dim1", "dim2"])
)
def test_dims_coords_default_dims(in_dims):
shape = 4, 7
var_name = "x"
Expand Down

0 comments on commit 7c26abf

Please sign in to comment.