rbenchmark / benchmarks

Collections of Benchmarks of R
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Remove redundant exception catching #9

Open llbit opened 8 years ago

llbit commented 8 years ago

Catching an exception and just printing the message is less useful than letting it go uncaught and cause the stack trace to be printed.