Skip to content

Make Union{Nothing, Matrix{F}} struct fields parametric #56

Open
@JordiBolibar

Description

@JordiBolibar

In order to avoid issues with mixed types, especially for Enzyme, we should stick to Matrix{F} types for anything related to Glacier2D, 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 and ODINN.jl.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions