Skip to content

Commit

Permalink
Fix missing dot in unit test.
Browse files Browse the repository at this point in the history
Test test_abdi_bera now passes.
  • Loading branch information
jakub-stejskal committed Mar 15, 2015
1 parent bf1b4af commit 30f1a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mca.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_abdi_bera(self):

# Table 1, page 13
assert_allclose(mca_df.r, [.121, .091, .126, .116, .096, .066, .071,
146, .061, .106], atol=1e-3)
.146, .061, .106], atol=1e-3)
assert_allclose(mca_df.c, [.11, .11, .11, .11, .11, .11, .11, .11, .11],
atol=1e-2)

Expand Down

0 comments on commit 30f1a1c

Please sign in to comment.