JuliaStats / Statistics.jl

The Statistics stdlib that ships with Julia.
https://juliastats.org/Statistics.jl/dev/
Other
71 stars 40 forks source link

fix tests for error types #142

Closed vtjnash closed 1 year ago

vtjnash commented 1 year ago

We do not care about the actual error code here, but as seen on some of the other tests that needed similar fixes, these obstruct improvements to Base error messages.

vtjnash commented 1 year ago

bump

vtjnash commented 1 year ago

bump

andreasnoack commented 1 year ago

Are these testing exceptions thrown from the reduction machinery in Base?

vtjnash commented 1 year ago

From all over the place. Sometimes implicitly in convert, or sometimes in one or zero