Closed jdebacker closed 3 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 71.31%. Comparing base (
19c90fc
) to head (64d690c
).
Files | Patch % | Lines |
---|---|---|
ogcore/TPI.py | 0.00% | 2 Missing :warning: |
@jdebacker. This looks great. Now passed all tests. Merging now.
In PR #880, all TPI output arrays were cast as have a length of
T
in the time dimension.This posed an error for the case of
baseline_spending=True
, which was looking for aggregate transfers (TR
) to be of lengthT+S
. This PR fixes that error.