We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fd5e8 commit ff4ed5fCopy full SHA for ff4ed5f
1 file changed
tests/test_odr_fit.py
@@ -674,6 +674,7 @@ def f(x: np.ndarray, beta: np.ndarray) -> np.ndarray:
674
assert sol.info == 51000
675
676
677
+@pytest.mark.xfail(reason="Fails in conda-forge::linux_aarch64")
678
def test_compare_scipy(case1, case2, case3):
679
680
# case1 // scipy.optimize.curve_fit
0 commit comments