We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b280a73 commit 74a813dCopy full SHA for 74a813d
1 file changed
src/spikeinterface/exporters/to_ibl.py
@@ -104,7 +104,7 @@ def export_to_ibl(
104
# Check in case user pre-calculated a small set of qm's that aren't enough for IBL
105
required_qms = ["amplitude_median", "isi_violation", "amplitude_cutoff"]
106
qm = analyzer.get_extension("quality_metrics").get_data()
107
- qms_to_compute = [metric for metric in required_qms if metric not in qm]
+ qms_to_compute = [metric for metric in required_qms if metric not in qm]
108
analyzer.compute("quality_metrics", metric_names=qms_to_compute, verbose=verbose)
109
110
# # Start by just exporting to phy
0 commit comments