Skip to content

Commit

Permalink
update model6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Sep 13, 2017
1 parent 86e001a commit dfe28fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_calibrate_ineq.py
Expand Up @@ -205,5 +205,5 @@ def test_Model6_result():

# ginis in original order
obs = model.result()['gini'].values
exp = [0.4624727, 0.21394398]
assert_array_almost_equal(obs, exp, eps=1e-3)
exp = [0.46819797, 0.22868762]
assert_array_almost_equal(obs, exp)

0 comments on commit dfe28fa

Please sign in to comment.