Vafa Andalibi

Results 8 comments of Vafa Andalibi

Sure this is the `base-clean.yaml` in config folder: ``` - defaults: link: create: true force: true - clean: ['~'] - clean: ~/: force: true ~/.config: recursive: true - create: -...

Any update on this? I have the same problem on MAC. It's driving me crazy. I can't import brian2 in debug mode using: from brian2 import *

I ran the pycharm as sudo and seems like at least I can use debug mode but it's really slow, it takes a lot to pass the import part

same here for a gif with 65 screenshots. It's taking more than 30 minutes on MacOS Mojave. Is this normal?

Did you manage to solve this? I'm getting the same code on wsl2.

This is the modified version of the python code that I wrote based on this repo's code: ``` #!/usr/bin/env python import yaml import numpy as np import cv2 #from matplotlib...

Thank you in advance for your answer, it works. However, in interactive plot, I can only get the plot for "value" and none of the "voltage grid" , "voltage graph"...

Hello again , I have another question with regard to putting probe over a neuron with command line. Suppose the Ensemble name is ens and the neuron is selected in...