Skip to content

Commit

Permalink
Update test linearizer for linearityTurnoff and linearityMaxSignal.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Oct 11, 2024
1 parent c3bbc99 commit c6b8011
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_linearize.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ def makeLinearizer(self, linearityType, bbox=None):
linearizer.fitResiduals[ampName] = np.array([])
linearizer.fitResidualsSigmaMad[ampName] = np.nan
linearizer.linearFit[ampName] = np.array([])
linearizer.linearityTurnoff[ampName] = np.nan
linearizer.linearityMaxSignal[ampName] = np.nan

return linearizer

Expand Down

0 comments on commit c6b8011

Please sign in to comment.