Changeset 1873 for inundation/pyvolution/test_least_squares.py
- Timestamp:
- Oct 6, 2005, 10:54:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/test_least_squares.py
r1872 r1873 1527 1527 fd.close() 1528 1528 1529 #FIXME (Ole): Is this a deliberately badfilename to invoke the error?1529 #FIXME (Ole): Is this a deliberately illegal filename to invoke the error? 1530 1530 #There might be platform issus (Unix/Windows) 1531 #In any case, the call itself does not raise an exception on cyclone - why? 1532 mesh_output_file = "e:\new_triangle.tsh" 1533 fit_to_mesh_file(mesh_file, point_file, 1534 mesh_output_file, display_errors = False) 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 1535 1538 try: 1536 1539 fit_to_mesh_file(mesh_file, point_file,
Note: See TracChangeset
for help on using the changeset viewer.