-
Notifications
You must be signed in to change notification settings - Fork 79
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] Unable to set alpha of add_brain_region when running from Jupyter Notebook #390
Comments
Hi @harshk95 Could you try updating your pip install -U brainrender
pip install -U vedo And let us know if you still encounter the problem, please? If the problem persists, please post a list of your installed packages ( |
Hi thanks for the reply, despite running the updates, the issue seems to persist. Brainrender v 2.1.9 I am using the environment for a bunch of processing the end of which is a visualisation with brainrender. conda list:
|
Hi @harshk95, it looks like brainrender hasn't been updated. Was your conda environment activated when you ran the installation command? |
Hi @adamltyson , it was indeed in the environment. However, I had python 3.9 which was only supported by brainrender 2.1.9. I recreated the environment with python 3.10 which is required by the latest brainrender distribution, but the issue persists. Pasted below is the pip list of the environment for confirmation.
|
Hey @harshk95 print(vedo.settings)
from brainrender import settings
print(settings.ROOT_ALPHA) |
I am unable to set the alpha of the brain region added via the alpha argument. Without the argument set one can see with alpha = 1, however, for any other value of alpha, it appears as if alpha were set at 0.
This is for Brainrender v2.1.9
For example, running the example notebook workflow,
yields
while running
yields
The text was updated successfully, but these errors were encountered: