Skip to content

Commit 0d3ac68

Browse files
committed
Turns out there is a test for this - test_basic_sin.py; this change was causing the test to fail. I have updated the reference tex file and removed the tests that I added since they aren't necessary.
1 parent 76b5fc0 commit 0d3ac68

File tree

4 files changed

+2
-90
lines changed

4 files changed

+2
-90
lines changed

test/test_basic_sin_reference.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ytick style={color=white!33.33333333333333!black}
2424
]
2525
\addplot [semithick, color0, mark=*, mark size=3, mark options={solid}]
26-
table {%
26+
table [row sep=\\] {%
2727
0 0\\
2828
0.1 0.587785252292473\\
2929
0.2 0.951056516295154\\
@@ -47,7 +47,7 @@
4747
};
4848
\addlegendentry{sin}
4949
\addplot [very thick, color1, opacity=0.3, mark=*, mark size=3, mark options={solid}]
50-
table {%
50+
table [row sep=\\] {%
5151
0 1\\
5252
0.1 0.809016994374947\\
5353
0.2 0.309016994374947\\

test/test_table_row_sep.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/test_table_row_sep_reference.tex

Lines changed: 0 additions & 34 deletions
This file was deleted.

test/test_table_row_sep_reference2.tex

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)