Skip to content

Commit

Permalink
Fixing error in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Dec 2, 2024
1 parent 7f8c6ac commit 7ece663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CyRK/cy/cysolver_test.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def cy_extra_output_tester():
)

cdef double check_t = 4.335
assert result.success
assert result.get().success

# Call the result to get the baseline values for extra output
cdef double[6] y_interp
Expand Down

0 comments on commit 7ece663

Please sign in to comment.