Skip to content

Commit 7e1d024

Browse files
committed
FIX: remove test instead
1 parent 2aa192c commit 7e1d024

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pandas/tests/test_frame.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,17 +1734,6 @@ def test_to_string_no_index(self):
17341734

17351735
assert(df_s == expected)
17361736

1737-
#def test_to_string_float_formatting(self):
1738-
# com.set_printoptions(precision=6, column_space=12)
1739-
1740-
# df = DataFrame({'x' : [0, 0.25, 3456.000, 1.64e+6, 1.7e+8, 1.253456]})
1741-
# df_s = df.to_string()
1742-
1743-
# expected = ' x \n0 0 \n1 0.250000\n' \
1744-
# '2 3456 \n3 1.64e+06\n4 1.70e+08\n5 1.253460'
1745-
# assert(df_s == expected)
1746-
1747-
17481737
def test_to_html(self):
17491738
# big mixed
17501739
biggie = DataFrame({'A' : randn(1000),

0 commit comments

Comments
 (0)