INM-6 / hybridLFPy

Biophysics-based prediction of LFPs from point-neuron networks
GNU General Public License v3.0
10 stars 10 forks source link

Get rid of microcircuit multimeters if they are not needed #22

Closed espenhgn closed 3 years ago

espenhgn commented 4 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.

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.

espenhgn commented 4 years ago

Fixed in PR #9

espenhgn commented 3 years ago

Fixed by merging #9