-
Notifications
You must be signed in to change notification settings - Fork 80
Conversation
Codecov Report
@@ Coverage Diff @@
## master #613 +/- ##
==========================================
+ Coverage 84.54% 84.60% +0.05%
==========================================
Files 118 118
Lines 5973 6033 +60
==========================================
+ Hits 5050 5104 +54
- Misses 923 929 +6
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
tests/test_pipeline/test_pipeline.py
Outdated
@pytest.mark.parametrize( | ||
"lag,expected", ((4, {"segment_0": 0, "segment_1": 0}), (7, {"segment_0": 0, "segment_1": 0.5})) | ||
) | ||
def test_backtest_right_timestamps(masked_ts: TSDataset, lag: int, expected: Dict[str, List[float]]): |
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.
What is the difference with previous test?
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.
I have no guess) The only difference in the parameters here
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.
May be we should change the name of this task somehow.
For example, previous will be test_backtest_one_point
, the second test_backtest_two_points
.
Or we should just ask the creator of this tests.
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.
I renamed the tests
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 #563