Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Aug 9, 2024
1 parent 876db73 commit e559fa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/python/test_File3dm_ViewTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ def test_createFileWithView(self):
vi_read = file3dm_read.Views[0]
loc_read = vi_read.Viewport.CameraLocation

print(loc.X, loc.Y, loc.Z)
print(loc2.X, loc2.Y, loc2.Z)
print(loc_read.X, loc_read.Y, loc_read.Z)

self.assertTrue(loc == loc_read and loc2 == loc_read)

if __name__ == '__main__':
Expand Down

0 comments on commit e559fa9

Please sign in to comment.