-
Notifications
You must be signed in to change notification settings - Fork 15
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
added mean-eddy decomposition function to utils #8
Conversation
Should we add this |
Is there a way to have the function defined (so we may call it from other functions), but not available to users? Removing it from |
Usually, functions like this are defined with underscore in other packages |
Should it be an isolated function, like |
With that approach I believe you can still keep it in the same file(module). However in this case if possible to make it not able to import at all I think it makes more sense than the dunder approach |
No description provided.