working on release #59
Annotations
10 errors
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L1573
src/sbmlsim/combine/sedml/parser.py:1573:9: F842 Local variable `sed_curve` is annotated but never used
|
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L1066
src/sbmlsim/combine/sedml/parser.py:1066:9: F842 Local variable `fig` is annotated but never used
|
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L645
src/sbmlsim/combine/sedml/parser.py:645:9: F842 Local variable `task` is annotated but never used
|
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L643
src/sbmlsim/combine/sedml/parser.py:643:9: F842 Local variable `fig_id` is annotated but never used
|
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L419
src/sbmlsim/combine/sedml/parser.py:419:9: F842 Local variable `model_key` is annotated but never used
|
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L332
src/sbmlsim/combine/sedml/parser.py:332:9: F842 Local variable `data` is annotated but never used
|
|
Ruff (F842):
src/sbmlsim/combine/sedml/parser.py#L331
src/sbmlsim/combine/sedml/parser.py:331:9: F842 Local variable `did` is annotated but never used
|
|
Ruff (F401):
src/sbmlsim/combine/sedml/io.py#L7
src/sbmlsim/combine/sedml/io.py:7:20: F401 `typing.Dict` imported but unused
|
|
Ruff (F401):
src/sbmlsim/combine/mathml.py#L8
src/sbmlsim/combine/mathml.py:8:19: F401 `sympy.Symbol` imported but unused
|
|
Ruff (F401):
src/sbmlsim/combine/mathml.py#L5
src/sbmlsim/combine/mathml.py:5:36: F401 `typing.Tuple` imported but unused
|