Skip to content

Commit

Permalink
✏️ fix typo in _darts_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
angeliney committed Feb 24, 2023
1 parent 8fd591c commit 67f6b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oats/models/_darts_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def get_scores(
i_preds = self.transformer.inverse_transform(i_preds).pd_dataframe().to_numpy()

self._preds = i_preds
self._resudual = residual
self._residual = residual

return anom

Expand Down

0 comments on commit 67f6b12

Please sign in to comment.