We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36a75c6 + 9e19e9a commit 2f30f05Copy full SHA for 2f30f05
regression.py
@@ -134,7 +134,7 @@ def testADF_ADF2013_01_stopiter_MoOCl4_sp_adfout(logfile):
134
def testADF_ADF2016_fa2_adf_out(logfile):
135
"""This logfile, without symmetry, should get atombasis parsed."""
136
assert hasattr(logfile.data, "atombasis")
137
- assert [b for ab in logfile.data.atombasis for b in ab] == range(logfile.data.nbasis)
+ assert [b for ab in logfile.data.atombasis for b in ab] == list(range(logfile.data.nbasis))
138
139
# DALTON #
140
0 commit comments