Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Feb 13, 2019
1 parent 2f85b6e commit 583e7ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_manifold.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ def retraction_order(request):


# [1] + list(np.random.randn(5))
@pytest.fixture("module", params=[1, -0.27745849, 0.36177604, 0.99467354, -0.34688093, 0.10370687])
@pytest.fixture(
"module", params=[1, -0.27745849, 0.36177604, 0.99467354, -0.34688093, 0.10370687]
)
def t(request):
return request.param

Expand Down

0 comments on commit 583e7ef

Please sign in to comment.