Skip to content

Commit

Permalink
Override turnoff config for sparse linearity tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Apr 24, 2024
1 parent 947fe74 commit ed25a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_linearity.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _create_ptc(self, amp_names, exp_times, means, ccobcurr=None, photo_charges=

config = PhotonTransferCurveSolveTask.ConfigClass()
config.maximumRangeCovariancesAstier = 1
config.maxDeltaInitialPtcOutlierFit = 100_000.0
solve_task = PhotonTransferCurveSolveTask(config=config)
ptc = solve_task.run(datasets).outputPtcDataset

Expand Down

0 comments on commit ed25a34

Please sign in to comment.