Skip to content

Conversation

@stes
Copy link
Member

@stes stes commented Jan 21, 2026

Fix #287

@cla-bot cla-bot bot added the CLA signed label Jan 21, 2026
Comment on lines +113 to +115
# Ensure array is writable (pandas 3.0+ may return read-only arrays)
if not X.flags.writeable:
X = X.copy()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually not ideal... should work without as well, no need to actually modify the dataset within the sklearn API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make CEBRA compatible with pandas 3.0.0

2 participants