Skip to content

Commit

Permalink
Simplified Backward (all outputs selected)
Browse files Browse the repository at this point in the history
  • Loading branch information
min-nguyen committed Sep 27, 2023
1 parent 9b605af commit 577fa5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/Util.purs
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ testGraph s gconfig { δv, bwd_expect, fwd_expect } = do
-- | Backward (all outputs selected)
tBwdAll1 <- preciseTime
let
αs_out_all = gc.runδv topOf
αs_in_all = gc.bwd αs_out_all
e𝔹_all = gc.selecte𝔹 αs_in_all
e𝔹_all = (gc.selecte𝔹 <<< gc.bwd <<< gc.runδv) topOf
tBwdAll2 <- preciseTime

-- | Forward (round-tripping)
Expand Down

0 comments on commit 577fa5f

Please sign in to comment.