Parham Kazemi
Results
4
issues of
Parham Kazemi
btllib is implemented with C++11 standards. Compiling with C++17 (e.g., for `argparse` used in `randseq`) causes `clang-tidy` to raise errors. Currently, we compile `randseq` with C++17 and the rest of...
Python wrapper tests on branch [`python-wrapper-tests`](https://github.com/bcgsc/btllib/tree/python-wrapper-tests) are failing due to a TypeError when passing a list of strings in Python to a `std::vector` parameter in C++. For example, instantiating a...
bug