updated pytests and fixed dangling spdlog code in python main.cpp
This commit is contained in:
parent
5c7364f203
commit
95df064dbb
3 changed files with 2 additions and 7 deletions
|
|
@ -11,8 +11,6 @@ namespace py = pybind11;
|
|||
py::object kp_debug, kp_info, kp_warning, kp_error;
|
||||
|
||||
PYBIND11_MODULE(kp, m) {
|
||||
spdlog::set_level(
|
||||
static_cast<spdlog::level::level_enum>(0));
|
||||
|
||||
// The logging modules are used in the Kompute.hpp file
|
||||
py::module_ logging = py::module_::import("logging");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue