Changeset 1882 for inundation/pyvolution/test_least_squares.py
- Timestamp:
- Oct 10, 2005, 10:29:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/test_least_squares.py
r1873 r1882 1527 1527 fd.close() 1528 1528 1529 #FIXME (Ole): Is this a deliberately illegal filename to invoke the error? 1530 #There might be platform issus (Unix/Windows) 1531 #In any case, the call to itself does not raise an exception on cyclone - why? 1532 mesh_output_file = "e:\new_triangle.tsh" 1533 1534 #FIXME: This does not raise an IO error on Linux but it does on Windows 1535 #fit_to_mesh_file(mesh_file, point_file, 1536 # mesh_output_file, display_errors = False) 1537 1529 #This a deliberately illegal filename to invoke the error. 1530 mesh_output_file = ".../\z\z:ya.tsh" 1531 1538 1532 try: 1539 1533 fit_to_mesh_file(mesh_file, point_file,
Note: See TracChangeset
for help on using the changeset viewer.