We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32ea65 commit 8c9037fCopy full SHA for 8c9037f
1 file changed
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 = self.func(self.obj1, self.obj2)
+ self.result = np.all(self.func(self.obj1, self.obj2))
100
101
102
# Helpers for testing equality
0 commit comments