Skip to content

Commit

Permalink
more readings per sample
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Feb 9, 2025
1 parent b7f9b6b commit 1b30ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/background_jobs/od_reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def __init__(
fake_data: bool = False,
dynamic_gain: bool = True,
penalizer: float = 0.0, # smoothing parameter between samples
oversampling_count: int = 32,
oversampling_count: int = 42,
) -> None:
super().__init__()
self.fake_data = fake_data
Expand Down

0 comments on commit 1b30ccf

Please sign in to comment.