Skip to content

Commit

Permalink
None typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JarronL committed Sep 27, 2019
1 parent 9d961ab commit f659e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynrc/pynrc_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def pixel_noise(self, fsrc=0.0, fzodi=0.0, fbg=0.0, ng=None, verbose=False, **kw
"""

ma = self.multiaccum
if ng is none:
if ng is None:
ng = ma.ngroup

# Pixel noise per ramp (e-/sec/pix)
Expand Down

0 comments on commit f659e76

Please sign in to comment.