Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def correct_biolume_proxies( # noqa: C901, PLR0912, PLR0913, PLR0915
depth_threshold: float,
adinos_threshold: float = 0.1,
correction_threshold: int = 3,
fluo_bl_threshold: float = 0.4,
fluo_bl_threshold: float = 0.2,
corr_type: str = "pearson", # "spearman" or "pearson"
minutes_from_surface_threshold: int = 5,
) -> None:
Expand Down
2 changes: 1 addition & 1 deletion src/data/test_process_i2map.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_process_i2map(complete_i2map_processing):
# but it will alert us if a code change unexpectedly changes the file size.
# If code changes are expected to change the file size then we should
# update the expected size here.
EXPECTED_SIZE_GITHUB = 58836
EXPECTED_SIZE_GITHUB = 58839
EXPECTED_SIZE_ACT = 58816
EXPECTED_SIZE_LOCAL = 58884
if str(proc.args.base_path).startswith("/home/runner"):
Expand Down