Skip to content

Conversation

@FlorianPfaff
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 17, 2023

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.12s
✅ COPYPASTE jscpd yes no no 6.25s
✅ JSON prettier 2 0 0 0 0.43s
✅ JSON v8r 2 0 0 2.83s
✅ MARKDOWN markdownlint 1 0 0 0 0.72s
✅ MARKDOWN markdown-table-formatter 1 0 0 0 0.23s
✅ PYTHON bandit 245 0 0 3.07s
✅ PYTHON black 245 2 0 0 5.78s
❌ PYTHON flake8 245 1 0 1.54s
✅ PYTHON isort 245 2 0 0 0.48s
✅ PYTHON mypy 245 0 0 3.84s
❌ PYTHON pylint 245 7 0 58.49s
❌ PYTHON ruff 245 2 1 0 0.06s
✅ REPOSITORY gitleaks yes no no 3.11s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY secretlint yes no no 4.39s
✅ REPOSITORY syft yes no no 1.71s
✅ REPOSITORY trivy-sbom yes no no 1.58s
✅ REPOSITORY trufflehog yes no no 10.58s
✅ YAML prettier 9 1 0 0 0.72s
✅ YAML v8r 9 0 0 6.37s
✅ YAML yamllint 9 0 0 0.51s

Detailed Issues

❌ PYTHON / flake8 - 1 error
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:74:33: F821 undefined name 'lin_dists'
❌ PYTHON / pylint - 7 errors
************* Module pyrecest.distributions.cart_prod.hypercylindrical_state_space_subdivision_gaussian_distribution
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:1:0: E0401: Unable to import 'pyrecest.distributions.cart_prod.state_space_subdivision_gaussian_distribution' (import-error)
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:1:0: E0611: No name 'state_space_subdivision_gaussian_distribution' in module 'pyrecest.distributions.cart_prod' (no-name-in-module)
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:2:0: E0401: Unable to import 'pyrecest.distributions.cart_prod.hypercylindrical_state_space_subdivision_distribution' (import-error)
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:2:0: E0611: No name 'hypercylindrical_state_space_subdivision_distribution' in module 'pyrecest.distributions.cart_prod' (no-name-in-module)
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:41:4: R0917: Too many positional arguments (6/5) (too-many-positional-arguments)
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:44:93: E0602: Undefined variable 'lin_dists' (undefined-variable)
pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:47:0: W0105: String statement has no effect (pointless-string-statement)

-----------------------------------
Your code has been rated at 9.97/10
❌ PYTHON / ruff - 1 error
F821 Undefined name `lin_dists`
  --> pyrecest/distributions/cart_prod/hypercylindrical_state_space_subdivision_gaussian_distribution.py:74:33
   |
72 |         )
73 |         return HypercylindricalStateSpaceSubdivisionGaussianDistribution(
74 |             hcrbd_non_gauss.gd, lin_dists
   |                                 ^^^^^^^^^
75 |         )
   |

Found 1 error.

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.1.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_RUFF,ACTION_ACTIONLINT,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@github-actions
Copy link

Test Results

380 tests  ±0   380 ✔️ ±0   3m 1s ⏱️ -2s
    1 suites ±0       0 💤 ±0 
    1 files   ±0       0 ±0 

Results for commit d75db78. ± Comparison against base commit 4f712f2.

@github-actions
Copy link

github-actions bot commented Sep 17, 2023

Test Results

    9 files      9 suites   1h 51m 56s ⏱️
  449 tests   449 ✅   0 💤 0 ❌
4 200 runs  3 519 ✅ 681 💤 0 ❌

Results for commit c595cd7.

♻️ This comment has been updated with latest results.

@FlorianPfaff FlorianPfaff force-pushed the main branch 3 times, most recently from 9b9c4f0 to a089dfc Compare September 29, 2023 12:45
@FlorianPfaff FlorianPfaff force-pushed the feature/HypercylindricalStateSpaceSubdivisionGaussianDistribution branch from d75db78 to 0b14210 Compare January 19, 2024 21:14
@FlorianPfaff FlorianPfaff force-pushed the main branch 5 times, most recently from 022c55e to bb9ada8 Compare June 14, 2024 20:52
@FlorianPfaff FlorianPfaff force-pushed the feature/HypercylindricalStateSpaceSubdivisionGaussianDistribution branch from 0b14210 to c595cd7 Compare November 14, 2025 17:35
@FlorianPfaff FlorianPfaff force-pushed the main branch 3 times, most recently from cbbee9b to 22baafb Compare December 1, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants