Skip to content

adding gamma spec image #30

adding gamma spec image

adding gamma spec image #30

Triggered via pull request February 21, 2024 10:35
Status Success
Total duration 24s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
examples/example_gamma_spec_plot.py#L2
'openmc_source_plotter' imported but unused (F401)
examples/example_get_particle_data.py#L2
'openmc_source_plotter' imported but unused (F401)
examples/example_plot_plasma_source_position.py#L25
Line too long (96 > 79 characters) (E501)
examples/example_plot_source_direction.py#L2
'openmc_source_plotter' imported but unused (F401)
examples/example_plot_source_energy.py#L2
'openmc_source_plotter' imported but unused (F401)
examples/example_plot_source_position.py#L2
'openmc_source_plotter' imported but unused (F401)
examples/example_plot_two_source_energies.py#L2
'openmc_source_plotter' imported but unused (F401)
src/openmc_source_plotter/__init__.py#L16
'from .core import *' used; unable to detect undefined names (F403)
src/openmc_source_plotter/__init__.py#L16
'.core.*' imported but unused (F401)
src/openmc_source_plotter/__init__.py#L17
'from .material import *' used; unable to detect undefined names (F403)
src/openmc_source_plotter/__init__.py#L17
'.material.*' imported but unused (F401)
src/openmc_source_plotter/core.py#L25
Line too long (80 > 79 characters) (E501)
src/openmc_source_plotter/core.py#L98
Line too long (83 > 79 characters) (E501)
tests/test_core_with_model.py#L2
'openmc_source_plotter' imported but unused (F401)
tests/test_core_with_source.py#L2
'openmc_source_plotter' imported but unused (F401)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.