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
Mr-Geekman
changed the title
[BUG] New networks don't work with generated future < decoder_length
[BUG] New networks don't work with generated future equals to horizonSep 7, 2022
Mr-Geekman
changed the title
[BUG] New networks don't work with generated future equals to horizon
[BUG] Native networks don't work with generated future equals to horizonSep 7, 2022
🐛 Bug Report
If we change at this line
future_steps=self.model.decoder_length
withfuture_steps=self.horizon
, then tests will fail:test_pipeline_with_deepmodel
.Expected behavior
Tests don't fail.
How To Reproduce
future_steps=self.model.decoder_length
withfuture_steps=self.horizon
, then tests will fail.Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: