|
Ran
|
Jobs
3
|
Files
19
|
Run time
2s
|
Badge
README BADGES
|
push
github
Add component argument inference (#763) Fixes #751 This PR introduces functionality to infer the arguments from a `Component` class. The result is a dictionary with the argument names as keys, and `Argument` instances as values, which is the format of [`component_spec.args`.](https://github.com/ml6team/fondant/blob/8e828441e/src/fondant/core/component_spec.py#L193) We can leverage this behavior for Lightweight Python components as described in #750. Did some TDD here, let me know if I missed any cases.
1766 of 1921 relevant lines covered (91.93%)
2.75 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | test-3.10 - 7461886734.1 | 0 |
91.83 |
||
| 2 | test-3.9 - 7461886734.2 | 0 |
91.82 |
||
| 3 | test-3.8 - 7461886734.3 | 0 |
91.92 |