Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed May 14, 2024
1 parent 51e71b0 commit d3ef2cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xdeps/optimize/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,17 +617,17 @@ def step(
n_steps : int, optional
Number of steps to perform. Defaults to 1.
enable_target: list of int or strings, optional
Enable target with corresponding id or tag
For the performed steps, enable target with corresponding id or tag
enable_vary: list of int or strings, optional
Enable variables with corresponding id or tag
For the performed steps, enable variables with corresponding id or tag
enable_vary_name: list of str, optional
Enable variables with corresponding name
For the performed steps, enable variables with corresponding name
disable_target: list of int or strings, optional
Disable target with corresponding id or tag
For the performed steps, disable target with corresponding id or tag
disable_vary: list of int or strings, optional
Disable variables with corresponding id or tag
For the performed steps, disable variables with corresponding id or tag
disable_vary_name: list of str, optional
Disable variables with corresponding name
For the performed steps, disable variables with corresponding name
"""
if not self.check_limits:
self._clip_to_limits()
Expand Down

0 comments on commit d3ef2cc

Please sign in to comment.