From cd144701ad0911889dd1441956ebc6537d91253a Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Wed, 19 Jan 2022 08:56:14 +0530 Subject: [PATCH] ENH: more verbose to not surprise user --- hnn_core/cell_response.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hnn_core/cell_response.py b/hnn_core/cell_response.py index e0162bf5e..f5e8f3912 100644 --- a/hnn_core/cell_response.py +++ b/hnn_core/cell_response.py @@ -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(