1 Open Issue Need Help Last updated: Jan 1, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The GitHub issue identifies a `t.Logf` statement in `client_test.go` that logs precipitation values when they don't match expected formats ("0mm" or "0.00mm"). This statement is likely a leftover from debugging or an incomplete assertion, as it logs without asserting or explaining the format variation. The proposed solutions include removing the log, adding a clarifying comment, or implementing a proper test assertion.

Complexity: 1/5
good first issue tests cleanup