Adding tests to solar wind and SymH #46
Open
Annotations
9 errors
|
Run astral-sh/ruff-action@v3
The process '/opt/hostedtoolcache/ruff/0.14.14/x86_64/ruff' failed with exit code 1
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L10
test_swvo.py:10:33: F811 Redefinition of unused `timezone` from line 1: `timezone` redefined here
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L10
test_swvo.py:10:22: F811 Redefinition of unused `timedelta` from line 1: `timedelta` redefined here
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L6
test_swvo.py:6:18: F401 `pandas` imported but unused
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L5
test_swvo.py:5:17: F401 `numpy` imported but unused
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L3
test_swvo.py:3:20: F401 `typing.Optional` imported but unused
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L2
test_swvo.py:2:21: F401 `pathlib.Path` imported but unused
|
|
Run astral-sh/ruff-action@v3:
test_swvo.py#L1
test_swvo.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Run astral-sh/ruff-action@v3:
swvo/io/symh/__init__.py#L1
swvo/io/symh/__init__.py:1:31: F401 `swvo.io.symh.omni.SymhOMNI` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Loading