Skip to content

Commit

Permalink
ENH: more verbose to not surprise user
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Jan 19, 2022
1 parent 2f6813e commit cd14470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnn_core/cell_response.py
Expand Up @@ -404,6 +404,7 @@ def write(self, fname):
this_fname = fname % (trial_idx,)
else:
this_fname = fname.format(trial_idx)
print(f'Writing file {this_fname}')
with open(this_fname, 'w') as f:
for spike_idx in range(len(self._spike_times[trial_idx])):
f.write('{:.3f}\t{}\t{}\n'.format(
Expand Down

0 comments on commit cd14470

Please sign in to comment.