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
Which needs to implement more overloads to IntVect's __eq__() it seems:
E TypeError: __eq__(): incompatible function arguments. The following argument types are supported:
E 1. (self: amrex.amrex_pybind.IntVect, arg0: int) -> bool
E 2. (self: amrex.amrex_pybind.IntVect, arg0: amrex.amrex_pybind.IntVect) -> bool
E
E Invoked with: <amrex.IntVect (2,2,2)>, [2, 2, 2]
The text was updated successfully, but these errors were encountered:
I would like to do things like:
Which needs to implement more overloads to
IntVect
's__eq__()
it seems:The text was updated successfully, but these errors were encountered: