Skip to content

Commit

Permalink
Update manage_neuroconv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 13, 2024
1 parent 0ea23b9 commit 454c29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,7 @@ def generate_test_data(output_path: str):
sorting_analyzer = spikeinterface.create_sorting_analyzer(
sorting=sorting, recording=artificial_ap_band_in_uV, mode="memory", sparse=False
)
sorting_analyzer.compute("templates")

spikeinterface.exporters.export_to_phy(
sorting_analyzer=sorting_analyzer, output_folder=phy_output_folder, remove_if_exists=True, copy_binary=False
Expand Down

0 comments on commit 454c29f

Please sign in to comment.