Skip to content

Commit

Permalink
fixup! refactor Python IO
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Nov 6, 2024
1 parent 0c57850 commit 0661cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytools/vtk_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def _setup_coordinates_from_native(self):
}

for native_field, attr in native2attr.items():
# np.testing.assert_array_equal(getattr(self, attr), self.native_coordinates[native_field])
setattr(self, attr, self.native_coordinates[native_field])

def __repr__(self):
Expand Down

0 comments on commit 0661cea

Please sign in to comment.