Skip to content
Snippets Groups Projects
Commit cffed485 authored by Egor Sobolev's avatar Egor Sobolev
Browse files

Fix typo

parent 73c7d0d5
No related branches found
No related tags found
1 merge request!3Center refinement using powder diffraction data
......@@ -236,7 +236,7 @@ class ImageAgg:
self._ds_std[i] = self.deviation
self._ds_count[i] = self.count
self._ds_nfrm[i] = self.num_frames
self._ds_mask[i] = ~self.mask | (self.count == 0)
self._ds_mask[i] = ~self.mask[i] | (self.count == 0)
def _send(self):
self._comm.Gatherv(self._ds_mean, None, root=0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment