JuliaAI / MLJTestIntegration.jl

Utilities to test implementations of the MLJ model interface and provide integration tests for the MLJ ecosystem
MIT License
4 stars 1 forks source link

`test(model; ...)` fails to catch errors when `verbosity=0` #41

Closed ablaom closed 6 months ago

ablaom commented 6 months ago

There is flaw in the logic here:

https://github.com/JuliaAI/MLJTestIntegration.jl/blob/a36d226eef51a524daa5c32a4bcb3c685360fa9f/src/test.jl#L494