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
Adding to some of the things in #205
If objects are equal, but not exactly (i.e. one has a celltree initialized, but the other doesn't), in general you'd want the richer object. But there's no clear definition of that, so I'd say: just take the first if there's many.
To create a list of unique grids,
set
is usedxugrid/xugrid/core/common.py
Line 101 in e74fbc1
However, this tests if grids refer to the same object, which results in behaviour like this:
We want to test if grids are equal, as to be fixed in this issue:
#205
The text was updated successfully, but these errors were encountered: