Skip to content

Commit

Permalink
return dual always from generator
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Apr 11, 2024
1 parent f661f51 commit 53d4fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/emmy/generators.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
(gen/let [tag gen/nat
primal primal-gen
tangent primal-gen]
(d/bundle-element primal tangent tag))))
(d/->Dual tag primal tangent))))

;; ## TapeCell

Expand Down

0 comments on commit 53d4fd3

Please sign in to comment.