Skip to content

Commit

Permalink
Update src/autora/state.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Andrew <[email protected]>
  • Loading branch information
younesStrittmatter and benwandrew authored Sep 6, 2023
1 parent 2fa53fd commit 084d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autora/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def inputs_from_state(f, input_mapping: Dict = {}):
>>> experimentalist(U(conditions=[101,102,103,104]))
[111, 112, 113, 114]
If our function uses a different keyword argument then the state field, we can use
If our function uses a different keyword argument than the state field, we can use
the input mapping:
>>> def experimentalist_(X):
... new_conditions = [x + 10 for x in X]
Expand Down

0 comments on commit 084d307

Please sign in to comment.