Skip to content

Commit

Permalink
Fix tuto
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Apr 29, 2024
1 parent 500102e commit 129166f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DifferentiationInterfaceTest/docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ There is one scenario per operator, and so here we will use [`GradientScenario`]

```@repl tuto
scenarios = [
GradientScenario(f; x=rand(Float32, 3), ref=∇f, operator=:inplace),
GradientScenario(f; x=rand(Float64, 3, 2), ref=∇f, operator=:inplace)
GradientScenario(f; x=rand(Float32, 3), ref=∇f, place=:inplace),
GradientScenario(f; x=rand(Float64, 3, 2), ref=∇f, place=:inplace)
];
```

Expand Down

0 comments on commit 129166f

Please sign in to comment.