Closed JacksonBurns closed 2 years ago
@himaghna I think this should be passing tests -- could you take a look? Here is the test it is failing via GitHub action and here is the source code for the test.
test is failing because log directory is being passed to MeasureSearch() as path to log file. Therefore MeasureSearch creates a file with path log_dir which failes the isdir() assertion. Merging this PR and correcting the test in next commit.
explores combinations of fixing fingerprint and similarity measure (as well as only_metric). Related to #166