Skip to content

Commit

Permalink
Update TestMatlab.m
Browse files Browse the repository at this point in the history
changed value corresponding to analytic funnel
  • Loading branch information
marlenaweidenauer committed Sep 10, 2023
1 parent b173a6f commit 95ab47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/clients/TestMatlab.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function testConnection(testCase)
model = HTTPModel(uri,'posterior');

httpValue = model.evaluate([1, 3])
exactValue = -11.194036030183454;
exactValue = -5.147502395904501;
testCase.verifyEqual(httpValue, exactValue, 'RelTol', 1e-14)

end
Expand Down

0 comments on commit 95ab47d

Please sign in to comment.