Skip to content

Return computed data as arrays #47

Description

@ericfell

We currently return model output data in lists. Returning as Numpy arrays could enhance downstream math/analysis operations and be more SciPy-congruent.

To consider:

  • Zero-d method is an iterative calculation, so initializing Numpy arrays from the start without any requirement for array operations will increase runtime. Any change will need to be benchmarked to see when/if it results in an unacceptable change in runtime for the user.
  • With a change in return type, this may be a breaking change.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions