Skip to content

Echotime requires Tuples to be homogeneous #14

@StevenWhitaker

Description

@StevenWhitaker

With the current definition of Echotime, one can't pass in a Tuple with various element types, so, e.g., (0, 2.3) will throw an error. This is because of the <: in NTuple{N,<:T}; removing <: would allow for (0, 2.3).

Not sure if you intended to force all the types of the Tuple elements to be the same, but if not, it should be an easy change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions