Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Dec 7, 2024
1 parent c9e2569 commit 60fa0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyFAI/ext/CSR_common.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ cdef class CsrIntegrator(object):
element = work[i]
if ((element.s3!=0) and
(((qmin<=former_element.s0) and (element.s0 <= qmax)) or
((qmin>=former_element.s0) and (element.s0 >= qmax))): #specific case where qmin==qmax
((qmin>=former_element.s0) and (element.s0 >= qmax)))): #specific case where qmin==qmax
acc_sig = acc_sig + element.s1
acc_var = acc_var + element.s2
acc_norm = acc_norm + element.s3
Expand Down

0 comments on commit 60fa0f4

Please sign in to comment.