You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
currently
parameter_sweep.loop_tool.loop_tool.loopTool
is the name of the main class for the iterative execution tool.some changes could be
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 nameLoopTool
parameter_sweep.loop_tool.LoopTool
The text was updated successfully, but these errors were encountered: