Skip to content

Commit 98bef67

Browse files
authored
Update conditional_action.py
1 parent d061600 commit 98bef67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orbit/actions/conditional_action.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ def __init__(
4747
"""Initializes the instance.
4848
4949
Args:
50-
condition: A callable accepting train or eval outputs and returning a bool.
50+
condition: A callable accepting train or eval outputs and returning
51+
a bool.
5152
action: The action (or optionally sequence of actions) to perform when
5253
`condition` is met.
5354
"""

0 commit comments

Comments
 (0)