Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 21, 2024
1 parent 0d746d8 commit 6ae2e84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biosimulators_copasi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ def _validate_sedml(config: Config, task: Task, model: Model, sim: Simulation, v
errors_model_changes = validation.validate_model_change_types(model.changes, (ModelAttributeChange,))
raise_errors_warnings(errors_model_changes, error_summary=model_change_error_message)


def _apply_model_changes(sedml_model: Model, copasi_algorithm: utils.CopasiAlgorithm) \
-> tuple[list[ModelAttributeChange], list[ModelChange]]:
legal_changes: list[ModelAttributeChange] = []
Expand Down

0 comments on commit 6ae2e84

Please sign in to comment.