Skip to content

Commit ac79141

Browse files
authored
Update jax.py
1 parent 20fa2b8 commit ac79141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uncertaintyx/m/jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def f(p, x):
137137
def estimate(
138138
self, x: np.ndarray | None = None, y: np.ndarray | None = None
139139
) -> np.ndarray:
140-
return np.array([1.0, 0.0])
140+
return np.array([1.0, 1.0, 0.0])
141141

142142

143143
class Linear(ToM):

0 commit comments

Comments
 (0)