-
Notifications
You must be signed in to change notification settings - Fork 191
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
Fix open ephys probe loading and unify probeinterface import syntax #2136
Conversation
@@ -2,7 +2,7 @@ | |||
|
|||
import numpy as np | |||
|
|||
from probeinterface import read_prb, write_prb | |||
import probeinterface as pi |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Fixes CI errors occurring due to this pribeinterface PR: SpikeInterface/probeinterface#206