Skip to content

Commit

Permalink
fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsaffar committed Oct 14, 2024
1 parent 770cacd commit bdaa99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aepsych/strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def n_trials(self):

def add_data(self, x, y):
"""
Adds new data points to the strategy, normalizing the inputs if necessary.
Adds new data points to the strategy, and normalizes the inputs.
Args:
x (torch.Tensor, np.ndarray): The input data points. Can be a PyTorch tensor or NumPy array.
Expand Down

0 comments on commit bdaa99e

Please sign in to comment.