Skip to content

Commit dec22df

Browse files
committed
run rops and flux diagram generation in tests
1 parent e597206 commit dec22df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/TestReactors.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ using SciMLSensitivity
212212
@test y[o2ind] / N 0.200419093 rtol = 1e-4
213213
@test y[h2oind] / N 0.386618602 rtol = 1e-4
214214

215+
#plotting
216+
plotrops(sim, "H2", 20.4402454, N=10)
217+
getfluxdiagram(sim, 20.4402454)
218+
215219
#analytic jacobian vs. ForwardDiff jacobian
216220
t = 20.44002454
217221
y = sol(t)

0 commit comments

Comments
 (0)