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

returning integer from _compute_n_samples #537

Merged
merged 4 commits into from
Jun 19, 2022

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    0c34f97 View commit details
    Browse the repository at this point in the history
  2. fixed error exspecting a ndarray, but a single number is forwarded

    When the input data is a single number, the test data is a one-dimensional
    array. From this array one number was forwareded to top_function. Changing this
    into an array solved this issue.
    JochiSt authored and jmduarte committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    13476ec View commit details
    Browse the repository at this point in the history
  3. add test

    jmduarte committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    b6c09b5 View commit details
    Browse the repository at this point in the history
  4. add asarray wrapper

    jmduarte committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    ad74c80 View commit details
    Browse the repository at this point in the history