Skip to content

Commit

Permalink
ran black on previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ASinanSaglam committed Sep 21, 2021
1 parent 82be1fe commit 65a15a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bionetgen/modelapi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,12 +394,13 @@ def __init__(self):
self.arg_dict["saveConcentrations"] = []
self.arg_dict["resetConcentrations"] = []
self.arg_dict["resetParameters"] = []

def is_before_model(self, action_name):
if action_name in self.before_model:
return True
return False


def find_BNG_path(BNGPATH=None):
"""
A simple function finds the path to BNG2.pl from
Expand Down

0 comments on commit 65a15a7

Please sign in to comment.