removed print statement in test case

This commit is contained in:
poulami-sau 2024-04-21 21:58:12 -04:00
parent f673c07719
commit 314ef0424a
1 changed files with 0 additions and 1 deletions

View File

@ -773,7 +773,6 @@ class TestApprox:
self.vals = vals
def __array__(self, dtype=None, copy=None):
print("called __array__ in ImplicitArray")
return np.array(self.vals)
vec1 = ImplicitArray([1.0, 2.0, 3.0])