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
In the pull request #26940, I have changed a piece of code in pandas/_libs/window.pyx. Tests pass successfully (including those in tests/api) on my local but not on CI. It seems that hard_dependencies, dependency, missing_dependencies are on the pd namespace and not deleted as supposed (see here). But I don't think changes in #26940 cause this assertion error.
I'm not sure what, but the missing depedency test is
causing issues. Now we check that things work by running
it in a subprocess with site-packages disabled.
Closespandas-dev#26952
* TST: Fix flaky import test
I'm not sure what, but the missing depedency test is
causing issues. Now we check that things work by running
it in a subprocess with site-packages disabled.
Closes#26952
Problem description
In the pull request #26940, I have changed a piece of code in
pandas/_libs/window.pyx
. Tests pass successfully (including those in tests/api) on my local but not on CI. It seems thathard_dependencies, dependency, missing_dependencies
are on the pd namespace and not deleted as supposed (see here). But I don't think changes in #26940 cause this assertion error.Error (Here)
The text was updated successfully, but these errors were encountered: