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
The text was updated successfully, but these errors were encountered:
Did you see this high memory issue with CBMA or IBMA?
Sorry, something went wrong.
CBMA
@jdkent The peak memory usage comes from the last interactive plot:
NiMARE/nimare/reports/base.py
Line 291 in 67cda97
Should we set that to optional? We can define a parameter advanced=False that controls whether to show those in the report.
advanced=False
could this line be changed to a lower resolution?
NiMARE/nimare/reports/figures.py
Line 273 in 67cda97
this is the figure for someone to navigate the statistical results, correct?
not the interactive surface viewer for the coordinates.
let's see what happens if we change the resolution to 2mm, potentially halves the memory consumption.
JulioAPeraza
No branches or pull requests
Summary
Additional details
What were you trying to do?
What did you expect to happen?
What actually happened?
Reproducing the bug
The text was updated successfully, but these errors were encountered: