Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 14, 2024
1 parent b2ae23f commit 58f1ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples/physical_constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zeros, then we have a constraint defined by the right-hand side. Using
terms must add to one. An example of this is as follows:

```@example dae
using SciMLSensitivity
using DiffEqFlux
using Lux, ComponentArrays, Optimization, OptimizationOptimJL, OrdinaryDiffEq, Plots
using Random
Expand Down Expand Up @@ -71,7 +71,7 @@ result_stiff = Optimization.solve(optprob, OptimizationOptimJL.BFGS(); maxiters
### Load Packages

```@example dae2
using SciMLSensitivity
using DiffEqFlux
using Lux, ComponentArrays, Optimization, OptimizationOptimJL, OrdinaryDiffEq, Plots
using Random
Expand Down

0 comments on commit 58f1ed6

Please sign in to comment.