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
The Travis CI check for pytest was showing an error for A-matrix test (Although the pytest was passing when run remotely). The reason for this was that the Travis build log displayed warnings when poly1d was recursively used.
The code uses poly1d only to obtain the coefficients of the Lagrange basis polynomials. At the time, This part of the code wasn't vectorized. This issue is to be fixed.