Skip to content

Commit

Permalink
fixed recent typo that caused new errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenaud90 committed Jul 27, 2023
1 parent 58c0454 commit 474baf5
Show file tree
Hide file tree
Showing 2 changed files with 3,423 additions and 598 deletions.
2 changes: 1 addition & 1 deletion CyRK/cy/_cyrk.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cdef double cabs(double complex value) nogil:

# Define fused type to handle both float and complex-valued versions of y and dydt.
ctypedef fused double_numeric:
unsigned int
double
double complex

@cython.cdivision(True)
Expand Down
Loading

0 comments on commit 474baf5

Please sign in to comment.