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

loop_tool naming #16

Closed
dangunter opened this issue Nov 14, 2024 · 0 comments · Fixed by #17
Closed

loop_tool naming #16

dangunter opened this issue Nov 14, 2024 · 0 comments · Fixed by #17
Assignees

Comments

@dangunter
Copy link
Contributor

currently parameter_sweep.loop_tool.loop_tool.loopTool is the name of the main class for the iterative execution tool.
some changes could be

  • eliminate the loop_tool subpackage, which confusingly contains some other tool as well, moving the loop_tool.py module to the parent or a new subpackage with a more generic name
  • rename the class using Python standard naming to be LoopTool
  • if doing both of these the new name is parameter_sweep.loop_tool.LoopTool
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

Successfully merging a pull request may close this issue.

2 participants