LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

nonlinearPDE needs type checking on argument q #57

Open aellery opened 2 years ago

aellery commented 2 years ago

When running nlPDEs scenarios it raises conspicuous exceptions if we enter a improper type on q parameter. For example, setting q to a symbol it states the following:

Object passed to WrappedArray must support len

It would be interesting to check all the input parameters types on nlPDE before performing the calculus.

LutzGross commented 1 year ago

this is related to #88