We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b7013 commit be2439aCopy full SHA for be2439a
1 file changed
tests/test_odr_fit.py
@@ -65,7 +65,7 @@ def f(x: np.ndarray, beta: np.ndarray) -> np.ndarray:
65
return y
66
67
beta_star = np.array([1.0, 2.0, 3.0])
68
- x1 = np.linspace(-1.0, 1.0, 31)
+ x1 = np.linspace(0.5, 2.0, 31)
69
x = np.vstack((x1, np.exp(x1), x1**2))
70
y = f(x, beta_star)
71
0 commit comments