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
6 changes: 6 additions & 0 deletions src/data/dorado_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2980,3 +2980,9 @@
"Monterey Bay MBTS Mission - 13326G ISUS, and LISST payloads removed - ctdToUse = ctd1 "
),
}
dorado_info["2026.180.00"] = {
"program": f"{MBTSLINE}",
"comment": (
"Monterey Bay MBTS Mission - 18026G ISUS, and LISST payloads removed - ctdToUse = ctd1 "
),
}
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 = 63136
EXPECTED_SIZE_GITHUB = 63135
EXPECTED_SIZE_ACT = 63106
EXPECTED_SIZE_LOCAL = 64650
if str(proc.args.base_path).startswith("/home/runner"):
Expand Down
Loading