performance icon indicating copy to clipboard operation
performance copied to clipboard

Remove unnecessary `tryCatch()` statements targeting `insight::download_model()`

Open IndrajeetPatil opened this issue 8 months ago • 2 comments

There are many such instances in this test file:

https://github.com/easystats/performance/blob/c8977486a8f61e8de76840eb29bafb16c0925a6b/tests/testthat/test-model_performance.bayesian.R#L7

insight::download_model() will anyway return NULL in case of an error.

IndrajeetPatil avatar Jun 09 '24 15:06 IndrajeetPatil