Skip to content

Commit aaa448c

Browse files
Just don't show the reaction network parts
Since it's from an ODE directly, it doesn't have the high level reaction network parts, so that should just be removed.
1 parent c82f9f5 commit aaa448c

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)