Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjeah committed Dec 11, 2018
1 parent 6b51129 commit cc23dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
coef=[1, 2, 0.001],
input_features=["x0", "x1", "x2"],
intercept=0.1,
sigma_intercept=0.1,
error_intercept=0.1,
precision=2,
),
"1.00 x0 + 2.00 x1 + (0.10 ± 0.10)",
Expand Down

0 comments on commit cc23dea

Please sign in to comment.