test_fit_to_mesh_errorsIII
I noticed that this test failed on some windows machines.
Then I changed the sys.exit() actions to raise IOError. This seams to be cleaner \
and provides more info than sys.exit()
However. the test nom fails on the Linux platforms probably due to the underlying function not detecting the 'bad fliename' properly.
Change History (3)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
pmesh →
least_squares
|
Milestone: |
Mesh generation finished →
least_squares module finished
|
Component: |
Testing and validation →
Functionality and features
|
Fixed. The bad filename was not bad enough.