Mercurial > repos > public > sbplib_julia
changeset 1357:74ceac9c91e4 feature/variable_derivatives
Readd deleted line to avoid diff against default
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Thu, 09 Feb 2023 08:43:07 +0100 |
| parents | 49d03d1169ef |
| children | e7861cfb6ede |
| files | src/LazyTensors/lazy_tensor_operations.jl |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 49d03d1169ef -r 74ceac9c91e4 src/LazyTensors/lazy_tensor_operations.jl --- a/src/LazyTensors/lazy_tensor_operations.jl Wed Feb 08 21:32:48 2023 +0100 +++ b/src/LazyTensors/lazy_tensor_operations.jl Thu Feb 09 08:43:07 2023 +0100 @@ -314,6 +314,7 @@ print(io, "domain size $(domain_size(err.tm)) of LazyTensor not matching size $(err.sz)") end + struct RangeSizeMismatch <: Exception tm::LazyTensor sz
