Skip to content

Commit

Permalink
Merge branch 'main' of github.com:helmholtz-analytics/heat into featu…
Browse files Browse the repository at this point in the history
…res/1184-in-place_operators
  • Loading branch information
LScheib committed Nov 2, 2023
2 parents de9e011 + f62e2b1 commit fcfe11d
Show file tree
Hide file tree
Showing 6 changed files with 709 additions and 104 deletions.
2 changes: 1 addition & 1 deletion heat/core/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __binary_op(
t1: Union[DNDarray, int, float],
t2: Union[DNDarray, int, float],
out: Optional[DNDarray] = None,
where: Optional[DNDarray] = True,
where: Union[bool, DNDarray] = True,
fn_kwargs: Optional[Dict] = {},
) -> DNDarray:
"""
Expand Down
Loading

0 comments on commit fcfe11d

Please sign in to comment.