Skip to content
Snippets Groups Projects
Commit 5e48e586 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

silenced warning of poorly conditioned poly fit in test suite

parent 634bea5c
No related branches found
No related tags found
2 merge requests!370Release 2.0,!331fixed warnings
......@@ -3,6 +3,7 @@
# see test/functs/fixtures.py for global fixtures "course_..."
import pytest
import dios
......@@ -14,6 +15,7 @@ from saqc.funcs.residues import calculatePolynomialResidues, calculateRollingRes
from tests.fixtures import *
@pytest.mark.filterwarnings('ignore: The fit may be poorly conditioned')
@pytest.mark.parametrize("dat", [pytest.lazy_fixture("course_2")])
def test_modelling_polyFit_forRegular(dat):
data, _ = dat(
......
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