Skip to content

Fix the _validate_data_input function after refactoring data_kind - #3541

Merged
seisman merged 2 commits into
mainfrom
fix/validate-data-input
Oct 23, 2024
Merged

Fix the _validate_data_input function after refactoring data_kind#3541
seisman merged 2 commits into
mainfrom
fix/validate-data-input

Conversation

@seisman

Copy link
Copy Markdown
Member

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.

@seismanseisman 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
@seismanseisman added this to the 0.14.0 milestone Oct 21, 2024
@seisman
seismanforce-pushed the fix/validate-data-input branch from 1f6cdcb to 8f21815CompareOctober 21, 2024 09:39
@seismanseisman 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 mainOct 23, 2024
@seisman
seisman deleted the fix/validate-data-input branch October 23, 2024 03:21
@seismanseisman removed the final review call This PR requires final review and approval from a second reviewer label Oct 23, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenanceBoring but important stuff for the core devsskip-changelogSkip adding Pull Request to changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@seisman@michaelgrund