Skip to content

Commit 8e12e08

Browse files
Merge pull request #54 from MChatzakis/benchmarks-faiss
DISCLAIMER CHANGED
2 parents 290ab8f + b44c27a commit 8e12e08

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/simple-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
ctest --output-on-failure --verbose
6767
6868
- name: List and run test executables directly
69-
if: always()
69+
if: failure()
7070
run: |
7171
cd build/tests
7272
echo "Available test executables:"

commons/dataloaders.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ float *loadBinData(const char *filename, unsigned long long n, unsigned long lon
2828

2929
if (!do_z_normalize)
3030
{
31-
std::cerr << "[loadBinData] DISCLAIMER: The library currently supports only searches on "
32-
"normalized data and queries. It is therefore assumed that false is passed because the "
33-
"loaded data are already z-normalized.\n";
31+
std::cerr << "[loadBinData] DISCLAIMER: Even though DaiSy supports non Z-normalized data, it has been optimized for Z-normalized data. \n";
3432
return data;
3533
}
3634

0 commit comments

Comments
 (0)