Closed jpasserin closed 2 years ago
Line 212
def flattened(self): return self.reshape(self.N**2)
Line 361
def flattened(self): return self.reshape((-1, self.N**2))
My bad, it's not in the same class
Line 212
Line 361