|
528 | 528 |
|
529 | 529 | # compact mode
|
530 | 530 | iostr = sprint(show, pipeline)
|
531 |
| - @test iostr == "Select(selector: [:x, :z], newnames: nothing) → ZScore(selector: all) → LowHigh(selector: all, low: 0, high: 1)" |
| 531 | + @test iostr == |
| 532 | + "Select(selector: [:x, :z], newnames: nothing) → ZScore(selector: all) → LowHigh(selector: all, low: 0, high: 1)" |
532 | 533 |
|
533 | 534 | # full mode
|
534 | 535 | iostr = sprint(show, MIME("text/plain"), pipeline)
|
|
547 | 548 |
|
548 | 549 | # compact mode
|
549 | 550 | iostr = sprint(show, pipeline)
|
550 |
| - @test iostr == "LowHigh(selector: all, low: 0.3, high: 0.6) ⊔ EigenAnalysis(proj: :VDV, maxdim: nothing, pratio: 1.0) ⊔ Functional(selector: all, fun: exp)" |
| 551 | + @test iostr == |
| 552 | + "LowHigh(selector: all, low: 0.3, high: 0.6) ⊔ EigenAnalysis(proj: :VDV, maxdim: nothing, pratio: 1.0) ⊔ Functional(selector: all, fun: exp)" |
551 | 553 |
|
552 | 554 | # full mode
|
553 | 555 | iostr = sprint(show, MIME("text/plain"), pipeline)
|
|
566 | 568 |
|
567 | 569 | # compact mode
|
568 | 570 | iostr = sprint(show, pipeline)
|
569 |
| - @test iostr == "ZScore(selector: all) → LowHigh(selector: all, low: 0.25, high: 0.75) ⊔ Functional(selector: all, fun: exp) → LowHigh(selector: all, low: 0.25, high: 0.75)" |
| 571 | + @test iostr == |
| 572 | + "ZScore(selector: all) → LowHigh(selector: all, low: 0.25, high: 0.75) ⊔ Functional(selector: all, fun: exp) → LowHigh(selector: all, low: 0.25, high: 0.75)" |
570 | 573 |
|
571 | 574 | # full mode
|
572 | 575 | iostr = sprint(show, MIME("text/plain"), pipeline)
|
|
0 commit comments