Skip to content

Commit e82ce53

Browse files
fix: remove debugging
1 parent e94e3c2 commit e82ce53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Symbolics/BCR.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rn = complete(prnbng.rn; split = false)
3333
obs = [eq.lhs for eq in observed(rn)]
3434
osys = convert(ODESystem, rn)
3535

36-
rhs = [eq.rhs for eq in full_equations(osys)][1:10]
36+
rhs = [eq.rhs for eq in full_equations(osys)]
3737
vars = unknowns(osys)
3838
pars = parameters(osys)
3939

0 commit comments

Comments
 (0)