Skip to content

Commit

Permalink
Issue in extra output tester where it was not using dense output
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Dec 2, 2024
1 parent f0813ee commit 7f8c6ac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CyRK/cy/cysolver_test.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,15 @@ def cy_extra_output_tester():
t_span_ptr,
y0_ptr,
num_y,
int_method,
1.0e-4,
1.0e-5,
<char*>args_ptr,
arg_size,
num_extra
method=int_method,
rtol=1.0e-4,
atol=1.0e-5,
args_ptr=<char*>args_ptr,
size_of_args=rg_size,
num_extra=num_extra,
max_num_steps=0,
max_ram_MB=2000,
dense_output=True
)

cdef double check_t = 4.335
Expand Down

0 comments on commit 7f8c6ac

Please sign in to comment.