Open Mi-chael opened 2 months ago
Hi @Mi-chael, qml
is currently being applied some spring cleaning, and will be moved over to https://github.com/qmlcode/qmllib . A version will be published in Sep, which also solves the above problem, and will be numpy 2.0 compatible.
When calling
get_slatm_mbtypes
, the following error appears:This was caused by this code:
I've numpy 1.24.4 and qml 0.4.0.27, installed via pip under ubuntu 20.04.6 LTS.
According to the error message, one should be able to fix it with just a small change:
zsi = np.array(zs[i],np.int)
tozsi = np.array(zs[i], int)