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
Some of the functions vectorized in #202 have an unnecessary using stan::math:: statement that can be removed.
Description:
See above.
Reproducible Steps:
Look in the code. If it's including a function defined in stan/math/prim/scal/fun/ and has an using stan::math:: statement, remove the using statement.