sandialabs / pyGSTi

A python implementation of Gate Set Tomography
http://www.pygsti.info
Apache License 2.0
133 stars 56 forks source link

Remove unused isin #458

Closed eendebakpt closed 1 month ago

eendebakpt commented 1 month ago

The import of isin used is not availabe in numpy 2.0. If the import is required for backwards compatibility, then I suggest to replace it with from numpy import isin