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 5f3b3de commit b8f4287Copy full SHA for b8f4287
python/pyspark/pandas/tests/computation/test_binary_ops.py
@@ -111,7 +111,6 @@ def test_binary_operator_sub(self):
111
psdf = ps.DataFrame({"a": ["x"], "b": ["y"]})
112
self.assertRaisesRegex(TypeError, ks_err_msg, lambda: psdf["a"] - psdf["b"])
113
114
- @unittest.skipIf(is_ansi_mode_test, ansi_mode_not_supported_message)
115
def test_divide_by_zero_behavior(self):
116
# float / float
117
for dtype in [np.float32, np.float64]:
0 commit comments