Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of example data depends on old WaveformExtractor #914

Open
bendichter opened this issue Aug 19, 2024 · 1 comment · May be fixed by #916 or #917
Open

Creation of example data depends on old WaveformExtractor #914

bendichter opened this issue Aug 19, 2024 · 1 comment · May be fixed by #916 or #917

Comments

@bendichter
Copy link
Collaborator

Describe the issue

Creation of example data depends on old WaveformExtractors

# Make Phy folder
waveform_extractor = spikeinterface.extract_waveforms(
recording=artificial_ap_band_in_uV, sorting=spiking, mode="memory"
)
export_to_phy(
waveform_extractor=waveform_extractor, output_folder=phy_output_folder, remove_if_exists=True, copy_binary=False
)

These lines are preventing us from upgrading to the latest version of SpikeInterface.

Steps to Reproduce

See above

Operating System

OSX

GUIDE Version

latest

Code of Conduct

Yes

Did you confirm this issue was not already reported?

Yes

@bendichter
Copy link
Collaborator Author

@alejoe91 could you please help with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant