pynbody.util.arrays_are_same

pynbody.util.arrays_are_same#

pynbody.util.arrays_are_same(a1, a2)[source]#

Returns True if a1 and a2 are numpy views pointing to the exact same underlying data; False otherwise.