ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Added a test to see if my code fails on desktop.ini files #146

Closed ivoflipse closed 9 years ago

ivoflipse commented 9 years ago

Apparently this still isn't fixed (so much for the test):

image

The problem seems to be that the following line:

self.measurement_data = io.load(input_file, brand=self.plate.brand)

Doesn't throw an assertion error, even though it shouldn't return anything useful.