Skip to content

Commit

Permalink
add xfail for cn_sto3g_adc1
Browse files Browse the repository at this point in the history
  • Loading branch information
apapapostolou committed Oct 23, 2024
1 parent c84ba7c commit 93134f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adcc/test_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
class TestFunctionalityBase(unittest.TestCase):
def base_test(self, system, method, kind, generator="atd", prefix="",
test_mp=True, **args):
if method == "adc1" and "cn_sto3g" in system:
pytest.xfail("For CN/STO-3G adc1, the Davidson sometimes converges to "
"zero for unknown reasons.")
if prefix:
prefix += "-"
hf = cache.hfdata[system]
Expand Down

0 comments on commit 93134f5

Please sign in to comment.