Skip to content

Update typing, tests, apply linters #3

Update typing, tests, apply linters

Update typing, tests, apply linters #3

Triggered via pull request September 26, 2024 18:45
Status Failure
Total duration 1m 32s
Artifacts

ci.yml

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

Annotations

1 error, 3 warnings, and 6 notices
Format
Process completed with exit code 1.
W0212: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L173
Access to a protected member _get_global_start_index of a client class
W0212: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L177
Access to a protected member _get_fine_ijk of a client class
W0212: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L178
Access to a protected member _get_fine_ijk of a client class
C0103: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L23
Variable name "lev0_Npixels_0" doesn't conform to snake_case naming style
C0103: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L24
Variable name "lev0_Npixels_1" doesn't conform to snake_case naming style
C0103: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L25
Variable name "lev0_Npixels_2" doesn't conform to snake_case naming style
C0200: .nox/pylint/lib/python3.10/site-packages/pyramid_sampler/sampler.py#L116
Consider using enumerate instead of iterating with range and len