Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information