-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Check that input is array_like, if required #80
Conversation
@MakisH @IshaanDesai Note: I will implement |
You can see the actual error here: https://github.com/precice/python-bindings/pull/80/checks?check_run_id=1710161099#step:7:122 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This error message is very helpful and much better than before! 👍
I have not tried running the code. The target branch looks correct. Maybe squash your two commits.
Now all API functions are fixed in the same fashion. Waiting for the review of @IshaanDesai. I will squash everything into one single commit 👍 |
Related to #79.