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

Fix open ephys probe loading and unify probeinterface import syntax #2136

Merged
merged 5 commits into from
Oct 30, 2023

Conversation

alejoe91
Copy link
Member

Fixes CI errors occurring due to this pribeinterface PR: SpikeInterface/probeinterface#206

@alejoe91 alejoe91 added bug Something isn't working extractors Related to extractors module labels Oct 27, 2023
@alejoe91 alejoe91 added this to the 0.99.0 milestone Oct 27, 2023
@alejoe91 alejoe91 changed the title Fix open ephys probe loading and unify probeinterface imnport syntax Fix open ephys probe loading and unify probeinterface import syntax Oct 27, 2023
@@ -2,7 +2,7 @@

import numpy as np

from probeinterface import read_prb, write_prb
import probeinterface as pi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really sure that "pi" is a good alias!!!!
why not keeping flat import ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is the same as import spikeinterface as si

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plus it's like that in many other files..let's unify this

@samuelgarcia samuelgarcia merged commit 4bacfe3 into SpikeInterface:main Oct 30, 2023
8 of 9 checks passed
@alejoe91 alejoe91 deleted the probeinterface-update branch April 12, 2024 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extractors Related to extractors module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants