batch-represent tests: Reduce precision.

This commit is contained in:
Brandon Amos 2016-01-12 17:34:10 -05:00
parent 640e6ccf4a
commit f4611dafd9
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ def test_batch_represent():
cosDist = scipy.spatial.distance.cosine(brody1, brody2)
print('cosDist:', cosDist)
assert np.isclose(cosDist, 0.15684134)
assert np.isclose(cosDist, 0.1568)
shutil.rmtree(workDir)