Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wright committed Oct 15, 2024
1 parent 824c98c commit 3d1500d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageD11/sinograms/sinogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def build_sinogram(self, columns=('omega',)):
if len(columns)>1:
self.angle_wt_sinos = { name : angs[name][order].T
for name in columns
if name is not 'sum_intensity'
if name != 'sum_intensity'
}
if 'sum_intensity' in columns:
self.angle_wt_sinos['sum_intensity'] = sino[order].T
Expand Down

0 comments on commit 3d1500d

Please sign in to comment.