Skip to content

Commit

Permalink
Fixed error in test case (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Oct 13, 2022
1 parent 5b577c2 commit d2749a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestMLPotential.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
platform_ints = range(mm.Platform.getNumPlatforms())


@pytest.mark.parametrize("implementation,platform_name", list(itertools.product(['nnpops', 'torchani'], list(platform_ints))))
@pytest.mark.parametrize("implementation,platform_int", list(itertools.product(['nnpops', 'torchani'], list(platform_ints))))
class TestMLPotential:

def testCreateMixedSystem(self, implementation, platform_int):
Expand Down

0 comments on commit d2749a6

Please sign in to comment.