Skip to content

Commit fe996bc

Browse files
authored
Merge pull request #126 from ho-oto/patch-2
fix doc
2 parents 53bd8ff + 1edbc76 commit fe996bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRulesTestUtils"
22
uuid = "cdddcdb0-9152-4a09-a978-84456f9df70a"
3-
version = "0.6.8"
3+
version = "0.6.9"
44

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

src/testers.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ end
8181
- `output_tangent` tangent to test accumulation of derivatives against
8282
should be a differential for the output of `f`. Is set automatically if not provided.
8383
- `fdm::FiniteDifferenceMethod`: the finite differencing method to use.
84-
- If `check_inferred=true`, then the inferrability of the `rrule` is checked
8584
- If `check_inferred=true`, then the inferrability of the `frule` is checked,
8685
as long as `f` is itself inferrable.
8786
- `fkwargs` are passed to `f` as keyword arguments.

0 commit comments

Comments
 (0)