Skip to content

Commit

Permalink
🧩 [refactor]: Further rollout. Bit of work to do tomorrow to handle d…
Browse files Browse the repository at this point in the history
…ata sets properly.
  • Loading branch information
rolyp committed Oct 3, 2023
1 parent ec2b779 commit a6882a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Many.purs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ bwdMany specs n = zip (specs <#> _.file) (specs <#> bwdOne)
where
folder = File "slicing/"
bwdOne { file, file_expect, δv, fwd_expect } = do
gconfig <- openDefaultImports
progCxt <- defaultImports2
bwd_expect <- loadFile (Folder "fluid/example") (folder <> File file_expect)
testWithSetup n (folder <> File file) gconfig { δv, fwd_expect, bwd_expect }
testWithSetup2 n (folder <> File file) progCxt { δv, fwd_expect, bwd_expect }

withDatasetMany :: Array TestWithDatasetSpec -> Int -> Array (String × Aff BenchRow)
withDatasetMany specs n = zip (specs <#> _.file) (specs <#> withDatasetOne)
Expand Down

0 comments on commit a6882a6

Please sign in to comment.