from smpl import functions as f
from smpl import plot
param = plot.fit([0,1,2],[0,1,2],f.line)
float(plot.unv(param).round()[0])
# Expected:
## 1.0
