You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LoihiStateMonitor class should strip the units (milliseconds) before returning the times, t. Otherwise one needs to import brian2 to remove the units.
In particular, define: mon_I = LoihiStateMonitor(neuron, 'I')
After running simulation, the following should return a unitless array: times = mon_I.t
The text was updated successfully, but these errors were encountered:
The LoihiStateMonitor class should strip the units (milliseconds) before returning the times, t. Otherwise one needs to import brian2 to remove the units.
In particular, define:
mon_I = LoihiStateMonitor(neuron, 'I')
After running simulation, the following should return a unitless array:
times = mon_I.t
The text was updated successfully, but these errors were encountered: