You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After extending the STLDecomposer to support multiseries and changing the class variables to dictionaries, there was an error in pipeline_tests/test_pipeline_utils.py where the keys of the series do not match for single series. Currently, we access the values by casting it as a list and then indexing, but it should be further investigated to simplify the code block.
After extending the STLDecomposer to support multiseries and changing the class variables to dictionaries, there was an error in
pipeline_tests/test_pipeline_utils.py
where the keys of the series do not match for single series. Currently, we access the values by casting it as a list and then indexing, but it should be further investigated to simplify the code block.The text was updated successfully, but these errors were encountered: