Skip to content

Conversation

@jwcodee
Copy link
Member

@jwcodee jwcodee commented May 9, 2025

No description provided.

@jwcodee jwcodee requested a review from parham-k May 9, 2025 20:47
def set_up_mi_bf_1(self):

self.mi_bf_1 = btllib.MIBloomFilter8(1024 * 1024, 3, "ntHash")
self.mi_bf_1.set_k() = 10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be self.mi_bf_1.set_k(10)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for spotting that. That is strange, the test didn't fail locally. Maybe I didn't save before running

source activate btllib_CI
conda install --yes -c conda-forge mamba
mamba install --yes -c conda-forge -c bioconda libcxx compilers clang llvm clang-format=18 clang-tools boost samtools coreutils xz lrzip meson ninja cmake openmp
mamba install --yes -c conda-forge -c bioconda libcxx compilers clang llvm clang-format=18 clang-tools boost samtools coreutils xz lrzip meson ninja cmake<4 openmp
Copy link
Member

@parham-k parham-k May 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'cmake<4' (in single quotes) should resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants