Skip to content

Commit

Permalink
apply review @tmigot
Browse files Browse the repository at this point in the history
  • Loading branch information
paraynaud committed Jul 13, 2023
1 parent 9e63d78 commit 8b07426
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 563 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ g = similar(w)
NLPModels.grad!(nlp, w, g)
```

## Train a neural network with JSOSOlvers.R2
## Train a neural network with JSOSolvers.R2

```@example FluxNLPModel
max_time = 60. # run at most 1min
Expand Down
Loading

2 comments on commit 8b07426

@paraynaud
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87491

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 8b07426ae911b04bf8d1c914023bc95c9aa40523
git push origin v0.1.0

Please sign in to comment.