Open rajatkofficial opened 3 years ago
In the nocd/sampler.py to_keep = (1 - self.A[cne1, cne2]).astype(np.bool).A1 * (cne1 != cne2)
What is A1 here this is causing Error
This function might have been deprecated, here is the explanation with a possible fix to the problem https://numpy.org/doc/stable/reference/generated/numpy.matrix.A1.html
In the nocd/sampler.py to_keep = (1 - self.A[cne1, cne2]).astype(np.bool).A1 * (cne1 != cne2)
What is A1 here this is causing Error