@@ -531,7 +531,7 @@ def test_ylog(self):
531
531
num_lines_raw = raw .count ("\n " )
532
532
num_lines_clean = clean .count ("\n " )
533
533
assert num_lines_raw - num_lines_clean == 98
534
- assert num_lines_clean == 25
534
+ assert num_lines_clean == 26
535
535
plt .close ("all" )
536
536
537
537
def test_xlog (self ):
@@ -549,7 +549,7 @@ def test_xlog(self):
549
549
num_lines_raw = raw .count ("\n " )
550
550
num_lines_clean = clean .count ("\n " )
551
551
assert num_lines_raw - num_lines_clean == 98
552
- assert num_lines_clean == 25
552
+ assert num_lines_clean == 26
553
553
plt .close ("all" )
554
554
555
555
def test_loglog (self ):
@@ -567,8 +567,8 @@ def test_loglog(self):
567
567
clean = get_tikz_code ()
568
568
num_lines_raw = raw .count ("\n " )
569
569
num_lines_clean = clean .count ("\n " )
570
- assert num_lines_raw == 125
571
- assert num_lines_clean == 27
570
+ assert num_lines_raw == 126
571
+ assert num_lines_clean == 28
572
572
plt .close ("all" )
573
573
574
574
def test_ylog_2 (self ):
@@ -585,7 +585,7 @@ def test_ylog_2(self):
585
585
num_lines_raw = raw .count ("\n " )
586
586
num_lines_clean = clean .count ("\n " )
587
587
assert num_lines_raw - num_lines_clean == 51
588
- assert num_lines_clean == 71
588
+ assert num_lines_clean == 72
589
589
plt .close ("all" )
590
590
591
591
def test_xlog_2 (self ):
@@ -620,7 +620,7 @@ def test_loglog_2(self):
620
620
num_lines_raw = raw .count ("\n " )
621
621
num_lines_clean = clean .count ("\n " )
622
622
assert num_lines_raw - num_lines_clean == 97
623
- assert num_lines_clean == 27
623
+ assert num_lines_clean == 28
624
624
plt .close ("all" )
625
625
626
626
def test_loglog_3 (self ):
0 commit comments