Skip to content

Commit 128b6cf

Browse files
abmazitovLuthaf
authored andcommitted
Updated test structure selection for rot_error calcualtion
1 parent f5bf55c commit 128b6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pet-mad/pet-mad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
with open(filename, "wb") as f:
101101
f.write(response.content)
102102

103-
test_structures = ase.io.read(filename, "::16")
103+
test_structures = ase.io.read(filename, "::15")
104104

105105
# also extract reference energetics and metadata
106106
test_energy = []

0 commit comments

Comments
 (0)