Skip to content

Commit

Permalink
Update mesmer/core/datatree.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
  • Loading branch information
veni-vidi-vici-dormivi and mathause authored Jan 28, 2025
1 parent 2129f49 commit 3caa426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesmer/core/datatree.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def stack_datatrees_for_linear_regression(
stacking_dims: list[str],
collapse_dim: str = "scenario",
stacked_dim: str = "sample",
) -> tuple[DataTree, xr.Dataset, xr.Dataset | None | None]:
) -> tuple[DataTree, xr.Dataset, xr.Dataset | None]:
"""
prepares data for Linear Regression:
1. Broadcasts predictors to target
Expand Down

0 comments on commit 3caa426

Please sign in to comment.