Skip to content

Increase atol in test_qgt_itersolve.py::test_qgt_dense

Vicentini Filippo requested to merge github/fork/wdphy16/fix_test_qgt_atol into master

Created by: wdphy16

As discussed here

I think atol=1e-17 is too small for float64, while atol=1e-15 is already used here.

Merge request reports