Commit 8dc806a
committed
Extend rWHALE to only look for requested results.
rWHALE used to blindly try to open every type of result file, collect
the information and then check what to save in the output. Instead, this
commit adds code that checks what outputs are requested and utilizes the
existing argument of aggregate_results to ask for only a subset of
output types if that's what the user needs.1 parent 23f1bd2 commit 8dc806a
2 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
269 | 279 | | |
270 | 280 | | |
271 | 281 | | |
272 | 282 | | |
273 | 283 | | |
274 | 284 | | |
275 | 285 | | |
276 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
277 | 291 | | |
278 | 292 | | |
279 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2944 | 2944 | | |
2945 | 2945 | | |
2946 | 2946 | | |
2947 | | - | |
2948 | | - | |
| 2947 | + | |
2949 | 2948 | | |
2950 | 2949 | | |
2951 | 2950 | | |
| |||
0 commit comments