You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the code we get the following warnings:
headers/carma/include/carma_bits/cnumpy.h:277:9: warning: unused variable 'ret_code' [-Wunused-variable]
int ret_code = api.PyArray_CopyInto_(tmp, src);
^
In file included from src/banditpam.cpp:8:
In file included from headers/kmedoids_algorithm.hpp:4:
In file included from headers/log_helper.hpp:4:
In file included from headers/carma/include/carma:59:
In file included from headers/carma/include/carma_bits/arraystore.h:25:
In file included from headers/carma/include/carma_bits/converters.h:29:
headers/carma/include/carma_bits/numpytoarma.h:93:13: warning: unused variable 'dims' [-Wunused-variable]
ssize_t dims = src.ndim;
^
headers/carma/include/carma_bits/numpytoarma.h:168:13: warning: unused variable 'dims' [-Wunused-variable]
ssize_t dims = src.ndim;
^
headers/carma/include/carma_bits/numpytoarma.h:224:13: warning: unused variable 'dims' [-Wunused-variable]
ssize_t dims = src.ndim;
^
headers/carma/include/carma_bits/numpytoarma.h:281:13: warning: unused variable 'dims' [-Wunused-variable]
ssize_t dims = src.ndim;
^
5 warnings generated.
The text was updated successfully, but these errors were encountered:
Hi, thanks for making this code. We are using it in https://github.com/ThrunGroup/BanditPAM.
When compiling the code we get the following warnings:
The text was updated successfully, but these errors were encountered: