Skip to content
Snippets Groups Projects
Commit 44337d18 authored by Jakob Roth's avatar Jakob Roth
Browse files

test_energies: don't check single precision

parent 64391520
No related branches found
No related tags found
1 merge request!53allow new numpy
Pipeline #221169 passed
...@@ -22,7 +22,7 @@ import resolve as rve ...@@ -22,7 +22,7 @@ import resolve as rve
from .common import list2fixture, setup_function, teardown_function from .common import list2fixture, setup_function, teardown_function
dtype = list2fixture([np.complex64, np.complex128, np.float32, np.float64]) dtype = list2fixture([np.complex128, np.float64])
with_mask = list2fixture([False, True]) with_mask = list2fixture([False, True])
with_multiplicative = list2fixture([False, True]) with_multiplicative = list2fixture([False, True])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment