jcmharry

Results 4 comments of jcmharry

> May be 10-50 slower than that version in Brian-2. I have time the "run(single_examaple_time)" in both version. The code in Brian-1 only take 0.15 second per iteration, while it...

> That is very strange, the same example runs just fine on my install/setup. Can you post the log file? runfile('//file/Usersc$/cji39/Home/Downloads/brian2genn-1.3.1/examples/simple_example.py', wdir='//file/Usersc$/cji39/Home/Downloads/brian2genn-1.3.1/examples') Traceback (most recent call last): File "\\file\Usersc$\cji39\Home\Downloads\brian2genn-1.3.1\examples\simple_example.py", line...

> Are you maybe running more than one simulation in the same process (ipython session, jupyter notebook, ...)? If that's the case, you'll have to use > device.reinit() > device.activate()...

> This is getting confusing. How are you running things? The easiest way to run things correctly is to make sure that you run each script in its own process....