Changeset 1873


Ignore:
Timestamp:
Oct 6, 2005, 10:54:02 AM (18 years ago)
Author:
ole
Message:

More comments re IOError and platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/test_least_squares.py

    r1872 r1873  
    15271527        fd.close()
    15281528
    1529         #FIXME (Ole): Is this a deliberately bad filename to invoke the error?
     1529        #FIXME (Ole): Is this a deliberately illegal filename to invoke the error?
    15301530        #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       
    15351538        try:
    15361539            fit_to_mesh_file(mesh_file, point_file,
Note: See TracChangeset for help on using the changeset viewer.