Skip to content

Array factor

Array factor #7842

Triggered via pull request February 27, 2025 02:14
Status Failure
Total duration 31m 11s
Artifacts

run_tests.yml

on: pull_request
Run linting
3s
Run linting
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): tests/test_plugins/test_array_factor.py#L3
tests/test_plugins/test_array_factor.py:3:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): tests/test_plugins/test_array_factor.py#L3
tests/test_plugins/test_array_factor.py:3:29: F401 `matplotlib.pyplot` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L9
tests/test_plugins/test_array_factor.py:9:18: F401 `skrf.Frequency` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L10
tests/test_plugins/test_array_factor.py:10:24: F401 `skrf.media.MLine` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L11
tests/test_plugins/test_array_factor.py:11:20: F401 `tidy3d.FieldData` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L12
tests/test_plugins/test_array_factor.py:12:30: F401 `tidy3d.constants.ETA_0` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L13
tests/test_plugins/test_array_factor.py:13:31: F401 `tidy3d.exceptions.DataError` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L16
tests/test_plugins/test_array_factor.py:16:37: F401 `..utils.get_spatial_coords_dict` imported but unused
Ruff (F401): tests/test_plugins/test_array_factor.py#L16
tests/test_plugins/test_array_factor.py:16:62: F401 `..utils.run_emulated` imported but unused
Ruff (C410): tests/test_plugins/test_array_factor.py#L487
tests/test_plugins/test_array_factor.py:487:13: C410 Unnecessary `list` literal passed to `list()` (remove the outer call to `list()`)