Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed May 7, 2024
1 parent 083b6e4 commit 735d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niftypet/nipet/invaux.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def axial_lut(Cnt):
li2rng = np.zeros((NLI2R,2), dtype=np.float32)

Check failure on line 238 in niftypet/nipet/invaux.py

View workflow job for this annotation

GitHub Actions / flake8

[flake8] niftypet/nipet/invaux.py#L238

E231 missing whitespace after ','
Raw output
niftypet/nipet/invaux.py:238:29: E231 missing whitespace after ','

# > linear index -> number of sinograms in for the span-x bin
li2nos = np.zeros((NLI2R_c), dtype=np.int8)
li2nos = np.zeros((NLI2R), dtype=np.int8)

dli = 0
for ro in range(0, NRNG):
Expand Down

0 comments on commit 735d956

Please sign in to comment.