Skip to content

Fixing histogram test

Tiago de Freitas Pereira requested to merge issue-57 into master

Here you are always doubling the number of rows in the subplot (https://gitlab.idiap.ch/bob/bob.measure/blob/7c524a4f52bb0487177f602dbf0e25b7169015a6/bob/measure/script/figure.py#L818). Hence, this test should be like this:

./bin/bob measure hist -e -sp 121 -ts A,B,C,D ./bob/measure/data/dev-1.txt ./bob/measure/data/test-1.txt ./bob/measure/data/dev-2.txt ./bob/measure/data/test-2.txt

I think this will solve the issue with the nightlies

Closes #57 (closed)

Merge request reports