-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Support array of integers and floats as command argument parameters #2037
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2037 +/- ##
=======================================
Coverage 83.79% 83.80%
=======================================
Files 46 46
Lines 8262 8267 +5
Branches 2199 2201 +2
=======================================
+ Hits 6923 6928 +5
- Misses 858 859 +1
+ Partials 481 480 -1 ☔ View full report in Codecov by Sentry. |
I added tests for |
Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
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.
Thank you!
It fixes #2034 by considering the case of arrays of integers and floating point numbers.