Dear Maryada,
my suggestion is that you send us a minimal reproducible example. By just looking at an arbitrary loop that extracts some data from an unknown node, we can’t possibly know how your simulation is wired up and what’s going on in your network and where the problem lies.
Cheers,
Jochen!
Dear NEST Users,Any suggestion regarding my previous email?
On Tue, Aug 15, 2023 at 4:04 PM Maryada Maryada <er.maryada@gmail.com> wrote:
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
--
Thanks and Regards
Maryada
--
Thanks and Regards
Maryada
_______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org
-- Dr. Jochen Martin Eppler (he/him) Simulation and Data Lab Neuroscience Jülich Supercomputing Centre Institute for Advanced Simulation --------------------------------------------------------------------- Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir Stefan Müller Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv. Vorsitzender), Dr. Ir. Pieter Jansens, Prof. Dr. Astrid Lambrecht, Prof. Dr. Frauke Melchior ---------------------------------------------------------------------