Skip to content

Commit b7ba287

Browse files
committed
fix: add dir to AutoFiniteDiff docstring
1 parent 2b3f360 commit b7ba287

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ADTypes"
22
uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
33
authors = ["Vaibhav Dixit <[email protected]>, Guillaume Dalle and contributors"]
4-
version = "1.14.0"
4+
version = "1.14.1"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/dense.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
106106
107107
# Constructors
108108
109-
AutoFiniteDiff(; fdtype=Val(:forward), fdjtype=fdtype, fdhtype=Val(:hcentral), relstep=nothing, absstep=nothing)
109+
AutoFiniteDiff(;
110+
fdtype=Val(:forward), fdjtype=fdtype, fdhtype=Val(:hcentral),
111+
relstep=nothing, absstep=nothing, dir=true
112+
)
110113
111114
# Fields
112115

0 commit comments

Comments
 (0)