Commit 5aafaf3
committed
fix: use target.type instead of target.name for Databricks float precision exclusion
The equality test for fct_test_coverage was failing on Databricks when using
custom target names (e.g., 'dx') because the exclusion logic checked target.name
instead of target.type. Also added test_to_model_ratio to the exclusion list
as it has the same float32 precision issue.1 parent 7333c0c commit 5aafaf3
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments