Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed May 21, 2022
1 parent e16cece commit 993b2e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions n3fit/src/n3fit/tests/test_vpinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ def generate_n3pdf(layers=1, members=1, name="n3fit"):
return N3PDF(pdf_model, name=name)


@given(integers(1, 3), integers(0, 3))
@example(1, 3)
@example(3, 0)
@settings(deadline=12000, max_examples=5)
def test_N3PDF(members, layers):
# @given(integers(1, 3), integers(0, 3))
# @example(1, 3)
# @example(3, 0)
# @settings(deadline=12000, max_examples=5)
def test_N3PDF(members=2, layers=2):
"""Test the N3PDF class produces the right members and atributes
for several different combinations of the number of layers and members
"""
Expand Down

0 comments on commit 993b2e1

Please sign in to comment.