Commit cce8efe
Refactor: Simplify test imports and improve documentation
- Replace convoluted importlib mechanics with standard import in
test_soil_obs_conversion.py (reduces 14 lines to 3)
- Clarify df_state column count comment to explain the 28 soil
observation fields (4 fields × 7 surfaces)
- Note that Water/Bldgs surfaces don't need soil obs but get
columns anyway due to flat df_state structure
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f2376c1 commit cce8efe
File tree
2 files changed
+2
-13
lines changed- test
- cmd
- core
2 files changed
+2
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 1 | | |
6 | 2 | | |
7 | 3 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 4 | + | |
16 | 5 | | |
17 | 6 | | |
18 | 7 | | |
| |||
0 commit comments