Skip to content

Commit

Permalink
fixing Volume_test example
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Drawert committed Aug 9, 2017
1 parent 7deb179 commit dae2b12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/Volume_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ def __init__(self, parameter_values=None,volume=1.0):
# trajectories are returned.
num_trajectories = 1
simple_1trajectories = gillespy.StochKitSolver.run(simple_1,
number_of_trajectories = num_trajectories)
number_of_trajectories = num_trajectories, show_labels=False)
print time.time() - tick
# PLOTTING

"""
# here, we will plot all trajectories with the mean overlaid
from matplotlib import gridspec

Expand All @@ -93,7 +92,6 @@ def __init__(self, parameter_values=None,volume=1.0):

plt.tight_layout()
plt.show()
"""



Expand Down

0 comments on commit dae2b12

Please sign in to comment.