Skip to content

Move all imports of plotting libraries into function scope #153

Move all imports of plotting libraries into function scope

Move all imports of plotting libraries into function scope #153

Triggered via pull request August 30, 2024 04:53
Status Failure
Total duration 1m 29s
Artifacts

actions_unit_tests.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 1 warning
Ruff (E401): examples/SAGAN_binary_3_old.ipynb#L5
examples/SAGAN_binary_3_old.ipynb:1:1: E401 Multiple imports on one line
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L11
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L12
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L13
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L14
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L15
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L17
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: E401 Multiple imports on one line
Ruff (F401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: F401 `os` imported but unused
Ruff (F401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: F401 `sys` imported but unused
build (3.8)
The job was canceled because "_3_9" failed.
Ruff (E401): examples/SAGAN_binary_3_old.ipynb#L5
examples/SAGAN_binary_3_old.ipynb:1:1: E401 Multiple imports on one line
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L11
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L12
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L13
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L14
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L15
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L17
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: E401 Multiple imports on one line
Ruff (F401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: F401 `os` imported but unused
Ruff (F401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: F401 `sys` imported but unused
build (3.10)
The job was canceled because "_3_9" failed.
Ruff (E401): examples/SAGAN_binary_3_old.ipynb#L5
examples/SAGAN_binary_3_old.ipynb:1:1: E401 Multiple imports on one line
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L11
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L12
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L13
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L14
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L15
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E402): examples/SAGAN_binary_3_old.ipynb#L17
examples/SAGAN_binary_3_old.ipynb:1:1: E402 Module level import not at top of cell
Ruff (E401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: E401 Multiple imports on one line
Ruff (F401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: F401 `os` imported but unused
Ruff (F401): examples/pyLIMA_example_1.ipynb#L6
examples/pyLIMA_example_1.ipynb:1:1: F401 `sys` imported but unused
build (3.11)
The job was canceled because "_3_9" failed.
build (3.11)
The operation was canceled.
build (3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/