bioAI-Oslo / Spikeometric

Spiking Neural Network Simulator based on Generalized Linear Models
GNU General Public License v3.0
7 stars 1 forks source link

SA models return 100 extra timesteps #24

Closed lepmik closed 11 months ago

lepmik commented 11 months ago

https://github.com/bioAI-Oslo/Spikeometric/blob/c6b4961d69bdc671c4f17e82b8e689424f23d353/spikeometric/models/sa_model.py#L71

Should this be x[:,T:]?

JakobSonstebo commented 11 months ago

Yes, thank you! I have updated the equilibration function for the SA models and the forward function so that it doesn't return the equilibration time steps.