removed print statement in test case
This commit is contained in:
parent
f673c07719
commit
314ef0424a
|
@ -773,7 +773,6 @@ class TestApprox:
|
||||||
self.vals = vals
|
self.vals = vals
|
||||||
|
|
||||||
def __array__(self, dtype=None, copy=None):
|
def __array__(self, dtype=None, copy=None):
|
||||||
print("called __array__ in ImplicitArray")
|
|
||||||
return np.array(self.vals)
|
return np.array(self.vals)
|
||||||
|
|
||||||
vec1 = ImplicitArray([1.0, 2.0, 3.0])
|
vec1 = ImplicitArray([1.0, 2.0, 3.0])
|
||||||
|
|
Loading…
Reference in New Issue