Skip to content

Commit dc1d236

Browse files
Linting fix
1 parent 8543395 commit dc1d236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biosimulators_test_suite/test_case/published_project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def compatible_with_specifications(self, specifications):
275275
for task_reqs in self.task_requirements:
276276
reqs_satisfied = False
277277
for alg_specs in specifications['algorithms']:
278-
### TEMPORARY RBA REMOVAL
278+
# TEMPORARY RBA REMOVAL
279279
if alg_specs['kisaoId']["id"] == "KISAO_0000669":
280280
raise RuntimeError("Error with Algorithm Specification (KISAO_0000669):\n\tDue to incompatible, "
281281
"outdated releases of RBApy, BioSimulators can no longer "

0 commit comments

Comments
 (0)