Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Nov 27, 2023
1 parent 7e4829e commit 26a8592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freesas/ext/_autorg.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ cdef inline void guinier_space(int start,
DTYPE_t[::1] sigma,
DTYPE_t[::1] q2,
DTYPE_t[::1] lnI,
DTYPE_t[::1] I2_over_sigma2) nogil:
DTYPE_t[::1] I2_over_sigma2) noexcept nogil:
"Initialize q², ln(I) and I/sigma array"
cdef:
int idx
Expand Down

0 comments on commit 26a8592

Please sign in to comment.