Skip to content

Commit

Permalink
Eliminating IrfDispersion test from suit to confirm as culprit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnel committed Nov 10, 2019
1 parent 4486c8e commit e0071da
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -487,7 +487,7 @@ class IrfDispersion:
OneComponentOneChannelGaussianIrf,
ThreeComponentParallel,
ThreeComponentSequential,
IrfDispersion,
# IrfDispersion, # testing eliminating culprit
])
@pytest.mark.parametrize("nnls", [True, False])
def test_kinetic_model(suite, nnls):
Expand Down Expand Up @@ -545,4 +545,4 @@ def test_kinetic_model(suite, nnls):
test_kinetic_model(OneComponentOneChannelGaussianIrf, nnls)
test_kinetic_model(ThreeComponentParallel, nnls)
test_kinetic_model(ThreeComponentSequential, nnls)
test_kinetic_model(IrfDispersion, nnls)
test_kinetic_model(IrfDispersion, nnls) # the culprit

0 comments on commit e0071da

Please sign in to comment.