The expression ((+self.C1) * (np.random....stage.control_params)) does not seem to have sideeffects and its result is not used.
If a expression has no sideeffects (any lasting effect after it has been called) and its
return value is not used, this usually means that this code can be removed or that
an assignment is missing.
The expression ((+self.C2) * (np.random....stage.control_params)) does not seem to have sideeffects and its result is not used.
If a expression has no sideeffects (any lasting effect after it has been called) and its
return value is not used, this usually means that this code can be removed or that
an assignment is missing.
The coding style of this project requires that you add a docstring to this code element. Below, you find an example for methods:
If you would like to know more about docstrings, we recommend to read PEP-257: Docstring Conventions.