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

[BUG] PERMBU fails when n_samples is not None #86

Closed
AzulGarza opened this issue Oct 20, 2022 · 0 comments · Fixed by #143
Closed

[BUG] PERMBU fails when n_samples is not None #86

AzulGarza opened this issue Oct 20, 2022 · 0 comments · Fixed by #143
Assignees

Comments

@AzulGarza
Copy link
Member

PERMBU throws an error when n_samples is different than y_insample.shape[1].

if n_samples is None:
n_samples = y_insample.shape[1]

@kdgutier kdgutier self-assigned this Jan 4, 2023
@kdgutier kdgutier linked a pull request Jan 4, 2023 that will close this issue
@kdgutier kdgutier closed this as completed Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants