Resolve docstring errors and transition to MkDocs #56
Annotations
10 errors
Lint with Ruff:
acoustic_toolbox/__init__.py#L29
acoustic_toolbox/__init__.py:29:8: F401 `acoustic_toolbox.weighting` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
acoustic_toolbox/__init__.py#L31
acoustic_toolbox/__init__.py:31:38: F401 `acoustic_toolbox._signal.Signal` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L40
acoustic_toolbox/atmosphere.py:40:1: F403 `from acoustic_toolbox.standards.iso_9613_1_1993 import *` used; unable to detect undefined names
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L59
acoustic_toolbox/atmosphere.py:59:21: F405 `REFERENCE_TEMPERATURE` may be undefined, or defined from star imports
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L60
acoustic_toolbox/atmosphere.py:60:18: F405 `REFERENCE_PRESSURE` may be undefined, or defined from star imports
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L62
acoustic_toolbox/atmosphere.py:62:31: F405 `REFERENCE_TEMPERATURE` may be undefined, or defined from star imports
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L63
acoustic_toolbox/atmosphere.py:63:28: F405 `REFERENCE_PRESSURE` may be undefined, or defined from star imports
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L64
acoustic_toolbox/atmosphere.py:64:28: F405 `TRIPLE_TEMPERATURE` may be undefined, or defined from star imports
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L128
acoustic_toolbox/atmosphere.py:128:16: F405 `soundspeed` may be undefined, or defined from star imports
|
Lint with Ruff:
acoustic_toolbox/atmosphere.py#L140
acoustic_toolbox/atmosphere.py:140:16: F405 `saturation_pressure` may be undefined, or defined from star imports
|
Loading