Dear NEST Users,

I am simulating my network multiple times (split simulation).
I tried but nest.simulate(100) in a for loop and with RunManager()

with nest.RunManager():
df_mul = pd.DataFrame()
for _ in np.arange(0,3,1):
nest.Run(150.0)
df_mul = pd.concat([df_mul,pd.DataFrame(mult.get('events'))])

However in both case, it only record NaN
image.png


--
Thanks and Regards

Maryada