Skip to content

Commit d2749a6

Browse files
authored
Fixed error in test case (#41)
1 parent 5b577c2 commit d2749a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestMLPotential.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
platform_ints = range(mm.Platform.getNumPlatforms())
1010

1111

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

1515
def testCreateMixedSystem(self, implementation, platform_int):

0 commit comments

Comments
 (0)