Skip to content

Commit

Permalink
🧩 [layout]
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyp committed Oct 2, 2023
1 parent 48f71b5 commit 701f8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Many.purs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ withDatasetMany specs iter = zip (specs <#> _.file) (specs <#> withDatasetOne)
gconfig@{ progCxt: ProgCxt r@{ γ } } × xv <- openDefaultImports >>= openDatasetAs (File dataset) "data"
expr <- open (File file)
rows <- replicateM iter $
testWithSetup file expr gconfig { progCxt = ProgCxt r{ γ = γ <+> xv } }
testWithSetup file expr gconfig { progCxt = ProgCxt r { γ = γ <+> xv } }
{ δv: identity, fwd_expect: mempty, bwd_expect: mempty }
pure $ averageRows rows

Expand Down

0 comments on commit 701f8bc

Please sign in to comment.