Skip to content

Commit b07538b

Browse files
committed
Merge branch 'main' of github.com:ROBACON/mobspy
2 parents a50a62c + 7ec1b67 commit b07538b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/example_models/journal_models/Kappa_comp_v1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
# initial conditions
3030
A(1000), B(1000), C(10000)
3131
S = Simulation(A | B | C)
32-
S.compile()
32+
print(S.compile())

docs/example_models/journal_models/PySB_Comparison.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
Rev[ L.sl_0(L_0) + R.sr_0(R_0) >> L.sl_1 + R.sr_1 ] [kf, lambda r: kr*r]
77

88
S = Simulation(L | R)
9-
S.run(duration=100, plot_data=False)
10-
S.plot(L.sl_1)
9+
print(S.compile())
1110

0 commit comments

Comments
 (0)