We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf64b commit e949d33Copy full SHA for e949d33
ephys/classes/experiment_objects.py
@@ -249,7 +249,9 @@ def add_file_info(
249
}
250
)
251
252
- print("Date of Experiment estimated. Please check for correct date.")
+ print(
253
+ f"Date of Experiment estimated. Please check for correct date: {estimated_exp_date}"
254
+ )
255
if add:
256
self.file_info = np.append(self.file_info, np.array(file_list))
257
self.experiment_info = np.append(
0 commit comments