Skip to content

test fixes

test fixes #77

Triggered via push January 30, 2026 16:32
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): src/sbmlsim/experiment/__init__.py#L7
src/sbmlsim/experiment/__init__.py:7:21: F401 `.runner.ExperimentRunner` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): src/sbmlsim/experiment/__init__.py#L5
src/sbmlsim/experiment/__init__.py:5:5: F401 `.experiment.ExperimentResult` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): src/sbmlsim/experiment/__init__.py#L4
src/sbmlsim/experiment/__init__.py:4:5: F401 `.experiment.SimulationExperiment` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F841): src/sbmlsim/examples/experiments/covid/simulate.py#L33
src/sbmlsim/examples/experiments/covid/simulate.py:33:9: F841 Local variable `serializer` is assigned to but never used
Ruff (F401): src/sbmlsim/examples/experiments/covid/experiments/__init__.py#L3
src/sbmlsim/examples/experiments/covid/experiments/__init__.py:3:27: F401 `.carcione2020.Carcione2020` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): src/sbmlsim/examples/experiments/covid/experiments/__init__.py#L2
src/sbmlsim/examples/experiments/covid/experiments/__init__.py:2:26: F401 `.cuadros2020.Cuadros2020` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): src/sbmlsim/examples/experiments/covid/experiments/__init__.py#L1
src/sbmlsim/examples/experiments/covid/experiments/__init__.py:1:27: F401 `.bertozzi2020.Bertozzi2020` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (E402): src/sbmlsim/comparison/example_copasi.py#L7
src/sbmlsim/comparison/example_copasi.py:7:1: E402 Module level import not at top of file
Ruff (E741): oven/multiprocessing/multiprocessing_manager.py#L13
oven/multiprocessing/multiprocessing_manager.py:13:9: E741 Ambiguous variable name: `l`
Ruff (E741): oven/multiprocessing/multiprocessing_manager.py#L4
oven/multiprocessing/multiprocessing_manager.py:4:10: E741 Ambiguous variable name: `l`