Make Union{Nothing, Matrix{F}}
struct fields parametric
#56
Labels
enhancement
New feature or request
Union{Nothing, Matrix{F}}
struct fields parametric
#56
In order to avoid issues with mixed types, especially for Enzyme, we should stick to
Matrix{F}
types for anything related toGlacier2D
,SIA2D
, etc... This will ensure that the type doesn't change.The types should be made parametric, i.e. moving them to the function signature instead of individually specifying them in each field.
To be extended to
Huginn.jl
,Muninn.jl
andODINN.jl
.The text was updated successfully, but these errors were encountered: