We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5056f2 commit 3ebed23Copy full SHA for 3ebed23
pythonwhat/Test.py
@@ -96,7 +96,7 @@ def test(self):
96
"""
97
Perform the actual test. result is set to False if the objects differ, True otherwise.
98
99
- self.result = np.all(self.func(self.obj1, self.obj2))
+ self.result = np.array(self.func(self.obj1, self.obj2)).all()
100
101
102
# Helpers for testing equality
0 commit comments