Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the _validate_data_input function after refactoring data_kind #3541

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Oct 21, 2024

Description of proposed changes

After #3351, only 2-D numpy array are recognized as "matrix". Other objects like pandas.DataFrame are recognized as "vectors" instead.

So we have to update the _validate_data_input.

@seisman seisman added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog needs review This PR has higher priority and needs review. labels Oct 21, 2024
@seisman seisman added this to the 0.14.0 milestone Oct 21, 2024
@seisman seisman force-pushed the fix/validate-data-input branch from 1f6cdcb to 8f21815 Compare October 21, 2024 09:39
@seisman seisman added final review call This PR requires final review and approval from a second reviewer and removed needs review This PR has higher priority and needs review. labels Oct 22, 2024
@seisman seisman merged commit 914c1c6 into main Oct 23, 2024
22 of 23 checks passed
@seisman seisman deleted the fix/validate-data-input branch October 23, 2024 03:21
@seisman seisman removed the final review call This PR requires final review and approval from a second reviewer label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants