msokolov commented on code in PR #849: URL: https://github.com/apache/lucene/pull/849#discussion_r860303468
########## lucene/facet/src/test/org/apache/lucene/facet/taxonomy/TestTaxonomyFacetAssociations.java: ########## @@ -142,6 +146,34 @@ public static void beforeClass() throws Exception { reader = writer.getReader(); writer.close(); taxoReader = new DirectoryTaxonomyReader(taxoDir); + + // To avoid floating point precision issues, it's useful to keep track of the values in the Review Comment: sneaky -- so when we sum a bunch of floats in a different order we get a different value? I did not know that. Nothing about floats is ever quite what you expect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org