Aaron Denney
Aaron Denney
The current code for initializing abstol seems to respect units, even for heterogeneous arrays. The problem as mentioned above is is that reltol does not: https://github.com/SciML/OrdinaryDiffEq.jl/blob/5fef4209b30b1461feac162b29a2e08eeb6920b5/src/solve.jl#L169-L177 Changing the norm for...
Just to spell it out, for heterogeneous arrays, u might have type "Vector{Quantity{Float64, D, U} where {D, U}}". The standard overload for this would be "zero(x::AbstractArray{T, N} where N) where...
Renaming columns while parsing is a feature I would definitely appreciate.
> Perhaps we need to retain the convenience of `zeros(indices)` in some way. Currently, the ways to construct such an array is > ... > In the first case, providing...
well, `zero(3:4)` should error instead of returning an array; an array is not the neutral element of a UnitRange. (There is no neutral element of UnitRange . StepRangeLen(0,0,len) is about...
> If you want to require `typeof(zero(x) + x) == typeof(x)` Indeed, I almost always do, because that's the natural reading of the docs. My fundamental point is that a...
Also true for anything inheriting from typing.Protocol.
Doesn't quite work because of #2410 (and duplicates #2509, #2767).
Hmm. That might work, but it seems like it would push towards having the user specify what the camera type is, as the template would need to be instanced differently...
Unfortunately I don't know how to write my thoughts down without some duplication of what's already been written here and at https://github.com/JuliaLang/julia/issues/55516 . The fundamental benefit of monorepos is that...