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 3fee0fa commit b537ec3
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 @@ -52,7 +52,7 @@ def _get_state_dependent_properties(state: SupportsControllerState):
lambda: np.row_stack(
[np.empty([0, n_ivs + n_dvs])] + list(state.observations)
)[:, 0:n_ivs],
"%observations.ivs% is deprecated, use %data.conditions% instead.",
"%observations.ivs% is deprecated, use %experiment_data.conditions% instead.",
),
"%observations.dvs%": deprecate(
lambda: np.row_stack(state.observations)[:, n_ivs:],
Expand Down

0 comments on commit b537ec3

Please sign in to comment.