Commit 33d2fa8
committed
Fix load_ips and error masking
Fix TIME_PERIOD argument error in load_ips
The TIME_PERIOD argument in load_ips should be one of 2014, 2018, 2021, or 2023, but it was incorrectly set to 2020. This commit updates the call to use 2023.
Also fix an issue in the call_with_geo helper that masked errors in some functions (e.g., load_pevs). Previously, call_with_geo() overwrote underlying errors with a GEO_LEVEL error, which was misleading and not the actual cause.1 parent eb54845 commit 33d2fa8
1 file changed
+11
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 140 | + | |
145 | 141 | | |
146 | | - | |
147 | | - | |
| 142 | + | |
148 | 143 | | |
149 | 144 | | |
150 | 145 | | |
| |||
196 | 191 | | |
197 | 192 | | |
198 | 193 | | |
199 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
| |||
0 commit comments