File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11name = " DynamicPPL"
22uuid = " 366bfd00-2699-11ea-058f-f148b4cae6d8"
3- version = " 0.36.1 "
3+ version = " 0.36.2 "
44
55[deps ]
66ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ const REFERENCE_ADTYPE = AutoForwardDiff()
2626Exception thrown when an AD backend returns an incorrect value or gradient.
2727
2828The type parameter `T` is the numeric type of the value and gradient.
29+
30+ # Fields
31+ $(TYPEDFIELDS)
2932"""
3033struct ADIncorrectException{T<: AbstractFloat } <: Exception
3134 value_expected:: T
@@ -41,6 +44,9 @@ Data structure to store the results of the AD correctness test.
4144
4245The type parameter `Tparams` is the numeric type of the parameters passed in;
4346`Tresult` is the type of the value and the gradient.
47+
48+ # Fields
49+ $(TYPEDFIELDS)
4450"""
4551struct ADResult{Tparams<: AbstractFloat ,Tresult<: AbstractFloat }
4652 " The DynamicPPL model that was tested"
You can’t perform that action at this time.
0 commit comments