gsmiller commented on code in PR #849: URL: https://github.com/apache/lucene/pull/849#discussion_r860876168
########## 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: Yeah, it appears so. I'm not an expert on floating point arithmetic by any means, but that's what I tracked the issue down to. -- 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