AdaptiveMotorControlLab / CEBRA

Learnable latent embeddings for joint behavioral and neural analysis - Official implementation of CEBRA
https://cebra.ai
Other
875 stars 66 forks source link

Fix pandas intersphinx mapping; fix test setup #136

Closed stes closed 3 months ago

stes commented 4 months ago

In #135 , the tests show a few errors that are due to upstream changes in our dependencies. This PR fixes the build errors:

stes commented 4 months ago

Confirmed, can repro error from #135 : image

stes commented 4 months ago

Upstream issue seems to be this line (https://github.com/thisch/pytest-sphinx/blob/2d995d2a4bb59d6e09610115740a9da2bc3d0c36/src/pytest_sphinx.py#L560), potentially due to API change in Pytest (https://pypi.org/project/pytest/#history) version 8.

stes commented 4 months ago

updated the intersphinx path to pandas, the prev version already contained the dev preview: image

likely this caused the error