Skip to content

Commit 405547c

Browse files
committed
Remove outdated comment
1 parent 3ed6312 commit 405547c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e3sm_diags/derivations/formulas_cosp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def _get_prs_subset_range(
213213
"""
214214
act_range = (prs[0].item(), prs[-1].item())
215215
range: list[float] = []
216-
# FIXME: B905: zip() without an explicit strict= parameter
217216
for act_val, adj_val in zip(act_range, prs_adj_range, strict=False):
218217
if adj_val is not None:
219218
if prs.name in PRS_UNIT_ADJ_MAP.keys() and prs.max().item() > 1000:

0 commit comments

Comments
 (0)