Skip to content

Commit

Permalink
Update src/autora/workflow/state/param.py
Browse files Browse the repository at this point in the history
Co-authored-by: benwandrew <[email protected]>
  • Loading branch information
hollandjg and benwandrew authored Jul 6, 2023
1 parent 6ca0d81 commit 3fee0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autora/workflow/state/param.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _get_state_dependent_properties(state: SupportsControllerState):
{
"%observations.ivs[-1]%": deprecate(
lambda: np.array(state.observations[-1])[:, 0:n_ivs],
"%observations.ivs[-1]% is deprecated, use %data.conditions[-1]% instead.",
"%observations.ivs[-1]% is deprecated, use %experiment_data.conditions[-1]% instead.",
),
"%observations.dvs[-1]%": deprecate(
lambda: np.array(state.observations[-1])[:, n_ivs:],
Expand Down

0 comments on commit 3fee0fa

Please sign in to comment.