You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which appears to be because the constructor is never called in our tests with anything except the default value for grid_refinements. We should have at least one absolute error (-2) value, plus one other positive value. But I'm not sure which tests and invariants hold in these cases?
Also the types detail::matched_holder and detail::linear_interpolation appear not to be used by anything, nor mentioned in the docs?
The text was updated successfully, but these errors were encountered:
Probably one for @NAThompson.
In daubechies_scaling.hpp
We have one line uncovered here:
math/include/boost/math/special_functions/daubechies_scaling.hpp
Line 367 in 2af21de
grid_refinements
. We should have at least one absolute error (-2) value, plus one other positive value. But I'm not sure which tests and invariants hold in these cases?Also the types
detail::matched_holder
anddetail::linear_interpolation
appear not to be used by anything, nor mentioned in the docs?The text was updated successfully, but these errors were encountered: