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 7ece663 commit 0d16e0e
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 @@ -245,7 +245,7 @@ def cy_extra_output_tester():
rtol=1.0e-4,
atol=1.0e-5,
args_ptr=<char*>args_ptr,
size_of_args=rg_size,
size_of_args=arg_size,
num_extra=num_extra,
max_num_steps=0,
max_ram_MB=2000,
Expand Down

0 comments on commit 0d16e0e

Please sign in to comment.