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
Describe the bug
The latest release of the library does not include the latest changes which fix syntax errors. As an example, the issue fixed at this line is not fixed in the latest release.
This can cause issues in certain cases such as running unit tests with Github Actions. Pytest fails to run because it flags the syntax error on import and does not event run the tests. My issue happened while using tsfresh which uses matrixprofile as an optional dependency for certain functions to run.
To Reproduce
Steps to reproduce the behavior:
Run unit tests on a project using tsfresh and matrixprofile
Error happens on import
Expected behavior
No syntax error should be raised on import in any case.
Screenshots
Desktop (please complete the following information):
OS: Ubuntu on Github Actions
Version Using python 3.8
Additional context
The problem does not always seem to occur when running tests locally but always happens in Github Actions. The fix seems pretty easy and quick since the code is already merged in main branch.
The text was updated successfully, but these errors were encountered:
Describe the bug
The latest release of the library does not include the latest changes which fix syntax errors. As an example, the issue fixed at this line is not fixed in the latest release.
This can cause issues in certain cases such as running unit tests with Github Actions. Pytest fails to run because it flags the syntax error on import and does not event run the tests. My issue happened while using tsfresh which uses matrixprofile as an optional dependency for certain functions to run.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No syntax error should be raised on import in any case.
Screenshots
Desktop (please complete the following information):
Additional context
The problem does not always seem to occur when running tests locally but always happens in Github Actions. The fix seems pretty easy and quick since the code is already merged in main branch.
The text was updated successfully, but these errors were encountered: