Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Dec 1, 2024
1 parent bad5fd7 commit 02c344f
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 @@ -469,7 +469,7 @@ def cytester(
t_span_ptr[1] = t_span[1]
if args is not None:
args_ptr = <void*>&args[0]
size_of_args = sizeof(double) * args.size
size_of_args = sizeof(double) # * args.size
else:
args_ptr = NULL
size_of_args = 0
Expand Down

0 comments on commit 02c344f

Please sign in to comment.