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
pyvista/pyvista#3179 broke the test_convert_vtr test when it validates that the X and Y coordinates share memory but not Z. This is super odd and I cannot figure out what is going wrong as the changes in pyvista/pyvista#3179 do not seemingly affect this. So for some reason X and Y are DEEP copied now while Z is still SHALLOW copied.
@MatthewFlamm, I hate to throw you in the deep end but I'm wondering if you might have any insights come to mind as to why that pull request would have broken this test.
The text was updated successfully, but these errors were encountered:
This is weird. This test does not pass in a vtk object at all to Rectilinear Grid as far as I can tell. One line reads in a file, the other instantiates a blank object and then manually constructs it via attributes here
See 0e64e7d
pyvista/pyvista#3179 broke the
test_convert_vtr
test when it validates that the X and Y coordinates share memory but not Z. This is super odd and I cannot figure out what is going wrong as the changes in pyvista/pyvista#3179 do not seemingly affect this. So for some reason X and Y are DEEP copied now while Z is still SHALLOW copied.@MatthewFlamm, I hate to throw you in the deep end but I'm wondering if you might have any insights come to mind as to why that pull request would have broken this test.
The text was updated successfully, but these errors were encountered: