Skip to content

Commit 3acdc4f

Browse files
fix: import ephys_data to resolve undefined name error in unit_similarity.py
Co-authored-by: aider (gpt-4o) <aider@aider.chat>
1 parent e86a50b commit 3acdc4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/qa_utils/unit_similarity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import os
2020
import pandas as pd
2121
import matplotlib.pyplot as plt
22+
from utils.ephys_data.ephys_data import ephys_data
2223
from utils.blech_utils import imp_metadata, pipeline_graph_check, parse_collision_mat # noqa: E402
2324
script_path = os.path.realpath(__file__)
2425
script_dir_path = os.path.dirname(script_path)

0 commit comments

Comments
 (0)