Skip to content

Commit 73ed741

Browse files
committed
Fix ADResult constructor
1 parent 455b158 commit 73ed741

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test_utils/ad.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ function run_ad(
245245
return ADResult(
246246
model,
247247
varinfo,
248+
context,
248249
params,
249250
adtype,
250251
value_atol,

0 commit comments

Comments
 (0)