Skip to content

Commit 893b955

Browse files
committed
Fix tests.
1 parent 8c9b4f3 commit 893b955

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ruspy/test/estimation_tests/test_cubic_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ def test_ll_params_derivative(inputs, outputs):
9898

9999

100100
def test_success(inputs):
101-
assert inputs["status"] == "success"
101+
assert inputs["status"] == 1

ruspy/test/estimation_tests/test_hyperbolic_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ def test_ll_params_derivative(inputs, outputs):
9898

9999

100100
def test_success(inputs):
101-
assert inputs["status"] == "success"
101+
assert inputs["status"] == 1

ruspy/test/estimation_tests/test_linear_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def test_ll_params_derivative(inputs, outputs):
110110

111111

112112
def test_success(inputs):
113-
assert inputs["status"] == "success"
113+
assert inputs["status"] == 1

ruspy/test/estimation_tests/test_quadratic_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ def test_ll_params_derivative(inputs, outputs):
100100

101101

102102
def test_success(inputs):
103-
assert inputs["status"] == "success"
103+
assert inputs["status"] == 1

ruspy/test/estimation_tests/test_sqrt_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ def test_ll_params_derivative(inputs, outputs):
9999

100100

101101
def test_success(inputs):
102-
assert inputs["status"] == "success"
102+
assert inputs["status"] == 1

0 commit comments

Comments
 (0)