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

Add missing error raising and test for `adapt` on Multissession #114

Closed CeliaBenquet closed 7 months ago

CeliaBenquet commented 7 months ago

temporary fix #108

For now multisession training adapt=True is not implemented. This PR handles a case that was not caught (multisession training, single session adapt) and add the corresponding test.