You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All our transforms can make inverse_transform on target after make_future except for DifferencingTransform. They just do nothing in this case and don't fail. We want also to not fail in this case.
🐛 Bug Report
All our transforms can make
inverse_transform
on target aftermake_future
except forDifferencingTransform
. They just do nothing in this case and don't fail. We want also to not fail in this case.Expected behavior
Pass test:
test_inverse_transform_future_subset_difference_fail
(waiting for Add inference tests oninverse_transform
#1127),DifferencingTransform
shouldn't touch NaNs in the target.Fix tests on
DifferencingTransform
.How To Reproduce
Run
test_inverse_transform_future_subset_difference_fail
(waiting for #1127).Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: