-
Notifications
You must be signed in to change notification settings - Fork 80
Moving _check_endings
call to make_future
#413
Conversation
Codecov Report
@@ Coverage Diff @@
## master #413 +/- ##
==========================================
+ Coverage 87.09% 87.22% +0.12%
==========================================
Files 98 99 +1
Lines 4945 5002 +57
==========================================
+ Hits 4307 4363 +56
- Misses 638 639 +1
Continue to review full report at Codecov.
|
@@ -58,6 +59,12 @@ def ts_with_regressors(): | |||
return TSDataset(df=TSDataset.to_dataset(df), df_exog=TSDataset.to_dataset(df_exog_all_segments), freq="D") | |||
|
|||
|
|||
@pytest.fixture() | |||
def ts_with_regressors_diff_endings(ts_with_regressors): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it not the same as in tests/conftest.py?
it's better to rename ts_diff_endings
-> ts_with_regressors_diff_endings
@@ -35,6 +35,14 @@ def ts_with_large_regressors_number(random_seed) -> TSDataset: | |||
return ts | |||
|
|||
|
|||
@pytest.fixture() | |||
def ts_with_regressors_diff_endings(ts_with_large_regressors_number): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have this fixture above or rename it if it's not the same
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Before submitting (must do checklist)
Type of Change
Proposed Changes
Related Issue
Closing issues
closes #399