inducer / arraycontext

Choose your favorite numpy-workalike!
6 stars 11 forks source link

container: fix warning for cls_has_array_context_attr #268

Closed alexfikl closed 3 months ago

alexfikl commented 3 months ago

It had a {cls}.array_context in there that became <class 'meshmode.dof_array.DOFArray'>.array_context. Changed now to just use the nicer DOFArray.array_context, since the full path of the class is mentioned above.

inducer commented 3 months ago

Thx!