We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4350c commit b89dfd9Copy full SHA for b89dfd9
petab/lint.py
@@ -55,7 +55,7 @@ def assert_no_leading_trailing_whitespace(
55
56
57
def check_condition_df(
58
- df: pd.DataFrame, sbml_model: Optional[libsbml.Model]) -> None:
+ df: pd.DataFrame, sbml_model: Optional[libsbml.Model] = None) -> None:
59
"""Run sanity checks on PEtab condition table
60
61
Arguments:
0 commit comments