saroele / awesim

Python module for management of Modelica simulation files in .mat format
46 stars 13 forks source link

Filenames are silently assumed being sorted #1

Closed jgillis closed 13 years ago

jgillis commented 13 years ago

When running 'test_simman.py' on my system, three assertion tests fail.

They all have the same pattern: a list of files/path is checked against a hard code list. The lists do have the same content, but they are sorted differently.

saroele commented 13 years ago

I just pushed a change to the test_simman.py file in order to sort some lists to make the tests more platform independent. Let me know if it works now

saroele commented 13 years ago

oops, still errors. Working on it

saroele commented 13 years ago

ok, latest version of test_simman.py should work

jgillis commented 13 years ago

Confirm fixed. Closing.