Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 37da684

Browse files
authored
Undecorate test_min_dataframe_default (#871)
1 parent 2559bb8 commit 37da684

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdc/tests/test_dataframe.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,6 @@ def test_impl(n):
24662466
hpat_func = self.jit(test_impl)
24672467
pd.testing.assert_series_equal(hpat_func(n), test_impl(n))
24682468

2469-
@unittest.skip('New DataFrame structure: implement unboxing')
24702469
def test_min_dataframe_default(self):
24712470
def test_impl(df):
24722471
return df.min()

0 commit comments

Comments
 (0)