Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csp.stats.list_to_numpy should return a 1DArray, not an NDArray #78

Merged
merged 2 commits into from
Feb 14, 2024

Commits on Feb 13, 2024

  1. The csp.stats function list_to_numpy should return a 1DArray type sin…

    …ce it only produces 1-dimensional array outputs
    
    Signed-off-by: Adam Glustein <Adam.Glustein@Point72.com>
    AdamGlustein committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    2c81c32 View commit details
    Browse the repository at this point in the history
  2. Added test that ensures the result of list_to_numpy can be passed as …

    …a ts[Numpy1DArray]
    
    Signed-off-by: Adam Glustein <Adam.Glustein@Point72.com>
    AdamGlustein committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e782582 View commit details
    Browse the repository at this point in the history