Skip to content

Commit

Permalink
Merge pull request #767 from null-a/no-need-to-unlift-here
Browse files Browse the repository at this point in the history
Minor clean-up following PR #747
  • Loading branch information
stuhlmueller committed Jan 23, 2017
2 parents bffdd1b + d46da88 commit 47e219d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-data/deterministic/models/guides.wppl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
ad.value(param({mu: 1, sigma: 0})),
ad.value(T.sumreduce(param({dims: [3, 2], mu: 1, sigma: 0})))
param({mu: 1, sigma: 0}),
T.sumreduce(param({dims: [3, 2], mu: 1, sigma: 0}))
];

0 comments on commit 47e219d

Please sign in to comment.