Skip to content

Commit

Permalink
debug check_model
Browse files Browse the repository at this point in the history
  • Loading branch information
longxf21 committed Jun 10, 2024
1 parent 8255ac5 commit dfa5357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ratesb_python/common/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ class ReactionData:
codes: List[int]
non_constant_params: List[str]

@staticmethod
def check_model(model_str: str, rate_law_classifications_path: str=None, abort_on_complicated_rate_laws: bool=True, excluded_codes: List[int]=[]):
"""
Checks the SBML model for rate law errors and warnings.
Expand Down

0 comments on commit dfa5357

Please sign in to comment.