FEniCS / ffcx

Next generation FEniCS Form Compiler for finite element forms
https://fenicsproject.org
Other
145 stars 38 forks source link

Argument in test should be `np.array` #574

Closed chrisrichardson closed 1 year ago

chrisrichardson commented 1 year ago

The nanobind bindings do not automatically convert from a tuple to a numpy array, so we need to use the correct type. This seems to be the only place (so far) that it has come up.