QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
9 stars 5 forks source link

Change in test_waveEqn.py test for A matrix (1D) #58

Open Balavarun5 opened 7 years ago

Balavarun5 commented 7 years ago

Commit : 20b4e5b1917a7a3acb241645d1eb852cdeea53ee

Issue

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.

amanabt commented 7 years ago

"Although the pytest was passing when run remotely". What did you mean by running pytest remotely?