Tags: Interactions-AI/vecxx
Tags
when a file isnt found, should throw (#21) * when a file isnt found, should throw the C++ library was failing silently when the codes or a vocab file was not found, not initializing the values properly, yielding ugly runtime issues. Also added pytests to ensure that the runtime errors are propagated properly through pybind (as RuntimeErrors) * try based on pybind docs * try bumping pybind * revert, but remove quote * try to standardize build * fix conda recipe pybind11 version * define _CRT_RAND_S