-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list_datasets function #149
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## internal_datasets #149 +/- ##
====================================================
Coverage ? 88.93%
====================================================
Files ? 205
Lines ? 13026
Branches ? 0
====================================================
Hits ? 11585
Misses ? 1441
Partials ? 0 ☔ View full report in Codecov by Sentry. |
🚀 Deployed on https://deploy-preview-149--etna-docs.netlify.app |
@@ -332,3 +333,8 @@ def test_df_exog_statistics( | |||
assert part.df_exog.shape == expected_df_exog_shapes[i] | |||
for i, part in enumerate(ts_parts): | |||
assert (part.df_exog.index.min(), part.df_exog.index.max()) == expected_df_exog_dates[i] | |||
|
|||
|
|||
def test_list_datasets(): |
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 think we should check the specific value here (currently 22)
Before submitting (must do checklist)
Proposed Changes
Closing issues
closes #145