Skip to content

Added esis.data.synth.scene_aia(), a function to download AIA imagery and convert it into a synthetic scene. #305

Added esis.data.synth.scene_aia(), a function to download AIA imagery and convert it into a synthetic scene.

Added esis.data.synth.scene_aia(), a function to download AIA imagery and convert it into a synthetic scene. #305

Triggered via pull request April 27, 2026 05:56
Status Failure
Total duration 21s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
ruff
The process '/opt/hostedtoolcache/ruff/0.15.12/x86_64/ruff' failed with exit code 1
ruff (F401): esis/flights/f1/data/synth/_scene_aia/_scene_aia_test.py#L3
esis/flights/f1/data/synth/_scene_aia/_scene_aia_test.py:3:24: F401 `named_arrays` imported but unused help: Remove unused import: `named_arrays`
ruff (D401): esis/flights/f1/data/synth/_scene_aia/_scene_aia.py#L26
esis/flights/f1/data/synth/_scene_aia/_scene_aia.py:26:5: D401 First line of docstring should be in imperative mood: "A synthetic solar scene composed of AIA images captured during the flight."
ruff (D202): esis/flights/f1/data/synth/_scene_aia/_scene_aia.py#L26
esis/flights/f1/data/synth/_scene_aia/_scene_aia.py:26:5: D202 No blank lines allowed after function docstring (found 1) help: Remove blank line(s) after function docstring
ruff (E302): esis/flights/f1/data/synth/_scene_aia/_scene_aia.py#L13
esis/flights/f1/data/synth/_scene_aia/_scene_aia.py:13:1: E302 Expected 2 blank lines, found 1 help: Add missing blank line(s)
ruff (F401): esis/flights/f1/data/synth/_scene_aia/_scene_aia.py#L3
esis/flights/f1/data/synth/_scene_aia/_scene_aia.py:3:17: F401 `numpy` imported but unused help: Remove unused import: `numpy`
ruff (D200): esis/flights/f1/data/synth/__init__.py#L1
esis/flights/f1/data/synth/__init__.py:1:1: D200 One-line docstring should fit on one line help: Reformat to one line
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/