Skip to content

Commit c65a8ab

Browse files
committed
long lines in test are ok, apparently
1 parent efffb3e commit c65a8ab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

t/ts.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ subtest 'acf and acvf with lags' => sub {
6969

7070
is_pdl $a->acvf(4), $acvf->slice('0:4'), "calculate autocovariance with 4 lags on $a";
7171
is_pdl $a->acvf(0), $acvf->slice('0:0'), "calculate autocovariance with 0 lag on $a";
72-
is_pdl $a->acvf(5) / $a->acvf(0), $a->acf(5),
73-
"calculate autocorrelation from autocovariance on $a";
72+
is_pdl $a->acvf(5) / $a->acvf(0), $a->acf(5), "calculate autocorrelation from autocovariance on $a";
7473
is_pdl $a->acvf(14), $acvf->append([0,0,0,0,0]), "autocovariance called with more lags than values";
7574

7675
is_pdl $a->acf(), $acf, "calculate autocorrelation with no arguments on $a";

0 commit comments

Comments
 (0)