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

Horace/iFit conflict: use package import #168

Open
farhi opened this issue Sep 29, 2018 · 1 comment
Open

Horace/iFit conflict: use package import #168

farhi opened this issue Sep 29, 2018 · 1 comment

Comments

@farhi
Copy link
Contributor

farhi commented Sep 29, 2018

The 'gauss' iFunc conflicts with the 'gauss' old-Mfit function. A way to solve this is to use Matlab 'packages'. This allows to protect the name spaces.

We could then have:

  • addpath('iFit_path')
  • import ifit.*

which would have e.g.

  • ifit.models

as well as other stuff. An other solution is to indicate the conflict, and request user to remove the Horace old functions.

@farhi
Copy link
Contributor Author

farhi commented Jun 26, 2020

This issue is only relevant for Scripts, e.g.

  • Models
  • Load
  • Signal
  • Utility

as well as Libraries:

  • Criteria
  • Loaders
  • Optimizers

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