You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
We had to pass inputs to op and create all the Defintion instances.
What would be good is to modify dffml/df/base.py so that if op is not provided with inputs it uses inspect.signature to look at the functions arguments. It should create Defintions for each argument using the str(of the data type) as the primitive and the name as the name.
Also add some validation to make sure that we can only do this for data types which are already primitives, aka, int, float, str, etc.