Skip to content

Tuple Indexing #68

@danielkelshaw

Description

@danielkelshaw

Minor issue:

t_hat_aug = np.zeros(([*leading_dims] + [nref for _ in range(self.ndim)] + [self.ndim]), dtype=np.complex128)

It would be better to use tuple() here. It is more inline with how NumPy works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions