List primitive input types and return type#1341
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1341 +/- ##
==========================================
+ Coverage 98.38% 98.58% +0.19%
==========================================
Files 135 135
Lines 14496 14538 +42
==========================================
+ Hits 14262 14332 +70
+ Misses 234 206 -28
Continue to review full report at Codecov.
|
|
Can we change the column name |
rwedge
left a comment
There was a problem hiding this comment.
Let's test these changes. One way would be to modify test_list_primitives_order
rwedge
left a comment
There was a problem hiding this comment.
It'd also be good to test _get_names_valid_inputs directly with a few input_type combinations
The function
list_primitives()will also return the input types and return type of the primitive. (Closes #1181 , Closes #1084)