You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for considering reporting an issue in rsatoolbox to us! Below are some tips that make it easier for us to understand what happened.
Describe the bug rsatoolbox.vis.plot_model_comparison does not run when setting the test_type to 'bootstrap'. Potentially due to elif test_type == 'bootstrap': if len(noise_ceil.shape) > 1: noise_lower_bs = noise_ceil[0] noise_lower_bs.shape = (noise_ceil.shape[0], 1) in interence_util.all_tests
should remove noise_lower_bs.shape = (noise_ceil.shape[0], 1)?
To Reproduce
the results come out of bootstrap_crossval, with boot_type='rdm', k_pattern=1
Expected behavior
A clear and concise description of what you expected to happen.
Plots
If the bug is related to plotting code, please attach the image(s).
Versions
Please report:
the version of rsatoolbox you used (pip freeze | grep rsatoolbox) 0.1.5
the version of python you used (python --version) 3.8
Additional context
Add any other context about the problem here.
stack trace
This is the error information that python printed. You can add this in the body of this issue, wrapped in triple backticks (```) or attach it in a text file
The text was updated successfully, but these errors were encountered:
Thanks for considering reporting an issue in
rsatoolbox
to us! Below are some tips that make it easier for us to understand what happened.Describe the bug
rsatoolbox.vis.plot_model_comparison
does not run when setting the test_type to 'bootstrap'. Potentially due toelif test_type == 'bootstrap': if len(noise_ceil.shape) > 1: noise_lower_bs = noise_ceil[0] noise_lower_bs.shape = (noise_ceil.shape[0], 1)
ininterence_util.all_tests
should remove
noise_lower_bs.shape = (noise_ceil.shape[0], 1)
?To Reproduce
the results come out of
bootstrap_crossval
, withboot_type='rdm', k_pattern=1
Expected behavior
A clear and concise description of what you expected to happen.
Plots
If the bug is related to plotting code, please attach the image(s).
Versions
Please report:
pip freeze | grep rsatoolbox
) 0.1.5python --version
) 3.8Additional context
Add any other context about the problem here.
stack trace
This is the error information that python printed. You can add this in the body of this issue, wrapped in triple backticks (
```
) or attach it in a text fileThe text was updated successfully, but these errors were encountered: