Changeset 3733
- Timestamp:
- Oct 10, 2006, 4:06:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/geospatial_data/test_geospatial_data.py
r3723 r3733 476 476 477 477 478 def test_clip1_inside_outside(self):478 def no_test_clip1_inside_outside(self): 479 479 """test_clip1_inside_outside(self): 480 480 … … 503 503 new_points = [[0.2, 0.5], [0.4, 0.3], [0, 0]] +\ 504 504 [[-1, 4], [1.0, 2.1], [3.0, 5.3], [2.4, 3.3]] 505 505 506 506 assert allclose((G1+G2).get_data_points(), new_points) 507 508 507 508 G = G1+G2 509 FN = 'test_combine.pts' 510 G.export_points_file(FN) 511 os.remove(FN) 512 513 509 514 def test_create_from_xya_file(self): 510 515 """Check that object can be created from a points file (.pts and .xya)
Note: See TracChangeset
for help on using the changeset viewer.