Skip to content

Commit

Permalink
removed commented out print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
seanebum committed Jul 18, 2019
1 parent b0bfaab commit ba3fc69
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gillespy2/solvers/numpy/basic_tau_hybrid_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ def toggle_reactions(self, model, all_compiled, deterministic_reactions, depende
rate_rules = all_compiled['rules']
rxns = all_compiled['rxns']

#print(inactive_reactions.keys())
#print(rxns.keys())
'''
print('ALL evals for rate rule combos')
for comb in rate_rules:
print('current deterministic set: ', comb)
for species, rr in rate_rules[comb].items():
print('Species: ', species, 'evaluated: ', eval(rr, eval_globals, curr_state))
'''
#If the set has changed, reactivate non-determinsitic reactions
reactivate = []
for r in inactive_reactions:
Expand Down

0 comments on commit ba3fc69

Please sign in to comment.