Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 19, 2024
1 parent 8543395 commit dc1d236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_test_suite/test_case/published_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def compatible_with_specifications(self, specifications):
for task_reqs in self.task_requirements:
reqs_satisfied = False
for alg_specs in specifications['algorithms']:
### TEMPORARY RBA REMOVAL
# TEMPORARY RBA REMOVAL
if alg_specs['kisaoId']["id"] == "KISAO_0000669":
raise RuntimeError("Error with Algorithm Specification (KISAO_0000669):\n\tDue to incompatible, "
"outdated releases of RBApy, BioSimulators can no longer "
Expand Down

0 comments on commit dc1d236

Please sign in to comment.