batch-represent tests: Reduce precision.
This commit is contained in:
parent
640e6ccf4a
commit
f4611dafd9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue