Update unit-tests.

This commit is contained in:
iabdalkader 2020-01-31 18:43:09 +02:00
parent 4aaac37340
commit 57d2b38dc6

View File

@ -17,4 +17,4 @@ def unittest(data_path, temp_path):
return False return False
return hist2.get_percentile(0.5)[0] == 96 and hist2.get_statistics()[0:] ==\ return hist2.get_percentile(0.5)[0] == 96 and hist2.get_statistics()[0:] ==\
(82, 96, 0, 59, 0, 255, 13, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) (81, 96, 0, 59, 0, 255, 13, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)