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

Correct naming of Michalewicz functions #361

Closed
sisco0 opened this issue Jan 1, 2022 · 0 comments
Closed

Correct naming of Michalewicz functions #361

sisco0 opened this issue Jan 1, 2022 · 0 comments

Comments

@sisco0
Copy link
Contributor

sisco0 commented Jan 1, 2022

I have perceived that in certain parts of our codebase, we are using Michalewichz instead of Michalewicz. Should we fix that name to the second one shown so we are naming the Michalewicz problem as it should?
You could have an idea of the issue just by running grep -iRn "michalewichz" under the repository root folder.

View grep output
niapy/util/factory.py:62:        "michalewicz": problems.Michalewichz,
niapy/problems/__init__.py:18:from niapy.problems.michalewichz import Michalewichz
niapy/problems/__init__.py:77:    'Michalewichz',
niapy/problems/michalewichz.py:3:"""Implementations of Michalewichz's function."""
niapy/problems/michalewichz.py:8:__all__ = ['Michalewichz']
niapy/problems/michalewichz.py:11:class Michalewichz(Problem):
niapy/problems/michalewichz.py:12:    r"""Implementations of Michalewichz's functions.
niapy/problems/michalewichz.py:50:        r"""Initialize Michalewichz problem..
niapy/tests/test_nmm.py:21:    def test_michalewichz(self):
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

2 participants