Commit f85f318
fix(waterdata): Drop dataclass slots=True for Python 3.9 compat
``slots=True`` for ``@dataclass`` requires Python 3.10. The package
declares ``requires-python = ">=3.9"`` and CI tests 3.9, so the import
was failing test collection on the 3.9 matrix cell. Dropping the kwarg
loses a small memory optimization on short-lived ``_Axis`` instances
(not material) and restores compatibility.
Also aligns one residual "sub-chunk" comment to "chunk" — the rest of
the file already uses "chunk".
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 95bd5f0 commit f85f318
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
| 935 | + | |
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
| |||
0 commit comments