We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Test case fails as described below.
Expected behavior Test case should run correctly
Screenshots
The text was updated successfully, but these errors were encountered:
Consider what errors could occur while using the ica function:
Sorry, something went wrong.
Fixed #294, included proper error catching for ICA
e3fb016
Consider what errors could occur while using the ica function: user tries to use silly data (ex: pd dataframe) w/filter TypeError hard stop maybe? don't try to preprocess garbage data. Need feedback on this as well.
user tries to use silly data (ex: pd dataframe) w/filter TypeError
What would be a good reason to hard stop the preprocess of silly data?
Instead of a hard stop maybe is better to just notify that the data is silly.
No branches or pull requests
Describe the bug
Test case fails as described below.
Expected behavior
Test case should run correctly
Screenshots
The text was updated successfully, but these errors were encountered: