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