Skip to content

Commit

Permalink
Bug is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Nov 22, 2020
1 parent cd013c8 commit fb9f24b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions adcc/test_AdcMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
##
## ---------------------------------------------------------------------
import adcc
import pytest
import libadcc
import unittest
import itertools
Expand Down Expand Up @@ -106,11 +105,6 @@ def template_compute_block(self, case, method):
for b2 in ["s", "d"]:
if f"result_{b1}{b2}" not in matdata:
continue

if b1 + b2 == "dd" and method in ["adc2x", "adc3"]:
pytest.xfail("ADC(2)-x and ADC(3) doubles-doubles apply"
"is buggy in adccore.")

matrix.compute_apply(b1 + b2, invec[b2], outvec[b1])
assert_allclose(matdata[f"result_{b1}{b2}"],
outvec[b1].to_ndarray(),
Expand Down

0 comments on commit fb9f24b

Please sign in to comment.