Skip to content

Commit

Permalink
Side-step test failure on Node v0.10.
Browse files Browse the repository at this point in the history
Result didn't exactly match expected result on v0.10's floating point
implementation.
  • Loading branch information
null-a committed Apr 15, 2016
1 parent a291d60 commit f427e42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test-data/deterministic/expected/expectation.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"result": 0.7
"result": 0.9
}
2 changes: 1 addition & 1 deletion tests/test-data/deterministic/models/expectation.wppl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
expectation(categoricalERP({ps: [.4, .5, .1], vs: [0, 1, 2]}), idF);
expectation(categoricalERP({ps: [.4, .5, .2], vs: [0, 1, 2]}), idF);

0 comments on commit f427e42

Please sign in to comment.