Skip to content
Commit 88f5166f authored by Douglas RAILLARD's avatar Douglas RAILLARD Committed by Douglas Raillard
Browse files

lisa.stats: Fix plotting of stat comparison output

When comparing statistics to a reference, very small values like 1e-14
can appear. Pandas or matplotlib seem to have issues handling that and
it results in a broken barplot.

Fix the issue by rounding to 10 decimal places, which is more than
enough for a percentage computation.
parent e869392c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment