-
Notifications
You must be signed in to change notification settings - Fork 80
[BUG] Fix inference tests for new NNs #1087
Comments
Mr-Geekman
changed the title
[BUG] Fix tests for new NNs
[BUG] Fix inference tests for new NNs
Jan 30, 2023
About
|
About
|
4 tasks
1 task
Closed by #1108. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
🐛 Bug Report
We have failing tests in
tests/test_modes/test_inference
:test_forecast_in_sample_full_no_target_failed_assertion_error
;test_forecast_out_sample_suffix_failed_assertion_error
.We want to figure out why are they failing and try to fix this.
If we understand that it cannot be easily fixed, add link to this issue near the tests and explain the problem inside the issue.
Expected behavior
Tests are passed.
In the test 1 we check that during in-sample prediction on full train dataset our predictions are not None.
In the test 2 we check that during in-future prediction with gap are equal to suffix of predictions without gap.
How To Reproduce
Run the tests.
Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: