unknown2unknown should get the unknown value instead of the no change value
The following discussion from !43 (merged) should be addressed:
-
@moritz started a discussion: (+1 comment) I think this is wrong, it should be
expected_array = np.array([[[-1, -1, -1], [-1, 0, 4], [-1, 13, 0]]])
because unknown2unknown should not be
unchanged
butunknown
, right?