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

Add catch for invalid time index frequencies #3800

Merged
merged 5 commits into from Nov 2, 2022
Merged

Add catch for invalid time index frequencies #3800

merged 5 commits into from Nov 2, 2022

Conversation

eccabay
Copy link
Contributor

@eccabay eccabay commented Oct 31, 2022

Fixes a bug where uninferrable time indices were causing make_pipeline to fail

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Merging #3800 (2aed64d) into main (a9c02aa) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #3800     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        343     343             
  Lines      35794   35798      +4     
=======================================
+ Hits       35657   35661      +4     
  Misses       137     137             
Impacted Files Coverage Δ
evalml/pipelines/utils.py 99.6% <100.0%> (+0.1%) ⬆️
evalml/tests/pipeline_tests/test_pipeline_utils.py 99.8% <100.0%> (+0.1%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@eccabay eccabay marked this pull request as ready for review October 31, 2022 16:12
@eccabay eccabay enabled auto-merge (squash) October 31, 2022 19:43
@eccabay eccabay merged commit 51c890c into main Nov 2, 2022
@eccabay eccabay deleted the decomp_none_bug branch November 2, 2022 01:24
@chukarsten chukarsten mentioned this pull request Nov 2, 2022
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.

None yet

3 participants