Closed nawtrey closed 1 year ago
Fixes issue #72
Fix future deprecation warning by replacing instance of np.product() with np.prod() in diagrams._get_cofactor_matrix()
np.product()
np.prod()
diagrams._get_cofactor_matrix()
Description
Fixes issue #72
Fix future deprecation warning by replacing instance of
np.product()
withnp.prod()
indiagrams._get_cofactor_matrix()