I was running some code that used val.meter and I found this issue:
m <- metrics()
metric_coerce(NA, m[["test_line_coverage_fraction"]]@data_class)
## Error: Can't find method for generic `convert()` with dispatch classes:
## - from: <logical>
## - to : <double>
This is required to prefill some metrics. Even using NA_integer_ didn't find it acceptable to convert to "double".
I was running some code that used val.meter and I found this issue:
This is required to prefill some metrics. Even using
NA_integer_didn't find it acceptable to convert to "double".