Skip to content

Commit 53c3bd2

Browse files
Merge pull request #1129 from SciML/ChrisRackauckas-patch-2
Just don't show the reaction network parts
2 parents c82f9f5 + aaa448c commit 53c3bd2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

benchmarks/Bio/Bidkhori2012.jmd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -720,14 +720,6 @@ const to = TimerOutput()
720720
show(to)
721721
```
722722

723-
724-
```julia
725-
@show numspecies(sys) # Number of ODEs
726-
@show numreactions(sys) # Apprx. number of terms in the ODE
727-
@show length(parameters(sys)) # Number of Parameters
728-
```
729-
730-
731723
## Picture of the solution
732724

733725
```julia

0 commit comments

Comments
 (0)