Skip to content
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

Fix wrong call to TimeSeries.from_series() #2719

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

authierj
Copy link
Contributor

@authierj authierj commented Mar 6, 2025

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog.

Fixes #2718.

Summary

Changed the from TimeSeries.from_series() to TimeSeries.from_values() the problematic method calls.

Other Information

Nan

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@dennisbader dennisbader merged commit b1f7327 into unit8co:master Mar 6, 2025
9 checks passed
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.09%. Comparing base (80b812e) to head (5934808).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2719      +/-   ##
==========================================
- Coverage   94.16%   94.09%   -0.08%     
==========================================
  Files         141      141              
  Lines       15601    15601              
==========================================
- Hits        14691    14679      -12     
- Misses        910      922      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@authierj authierj deleted the fix/ts_pd_index branch March 6, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimeSeries.from_series() do not work when called with a pd.Index
3 participants