Closed espenhgn closed 3 years ago
In particular depth_res_input_spikes*.dat results in a stupid amount of files (per cell type and per virtual process) that nothing gets recorded to by default.
depth_res_input_spikes*.dat
If
self.n_rec_voltage = 0 self.n_rec_input_spikes = 0 self.n_rec_depth_resolved_input = 0
no such files should be created.
Fixed in PR #9
Fixed by merging #9
In particular
depth_res_input_spikes*.dat
results in a stupid amount of files (per cell type and per virtual process) that nothing gets recorded to by default.If
no such files should be created.