ntnu-ai-lab / mycbr-rest

7 stars 5 forks source link

Precision problem in Retrieval Controller #15

Open dukefoss opened 5 years ago

dukefoss commented 5 years ago

Description: The similarity value returned from Retrieval methods have a number precision problem. It is unpredictable whether the last number is rounded up or down or if the error occurs at all.

Steps to reproduce:

  1. Run the test "RetrievalControllerIntegrationTest"
  2. Rerun if the problem did not occur.

Expected and Actual Result: mycbrerror

Note: