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

Duplicate Function Names #75

Open
benfulcher opened this issue Nov 1, 2023 · 0 comments
Open

Duplicate Function Names #75

benfulcher opened this issue Nov 1, 2023 · 0 comments

Comments

@benfulcher
Copy link
Owner

The catch22 module has function names like DN_HistogramMode as 2017 versions, when these functions have been updated in the latest hctsa, and thus there are duplicate but different functions with identical names—rock-bottom bad practice for software dev, and a problem with poor namespace control in Matlab.
May need to change this in catch22 to disambiguate when sitting in this package, or do some object-oriented implementation to make e.g., catch22.DN_HistogramMode clearly distinguished (Using the directory with @ name convention?)

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

No branches or pull requests

1 participant