ruff for code formatting

BIC statistic AND BIC test implemented

test_distributions.py for test new created dists with pytest

REFACTOR:
k_gen pdf changed from 2 params to generalized
This commit is contained in:
2026-04-16 11:52:44 -03:00
parent 9aa97fc3d4
commit d07590e73d
6 changed files with 338 additions and 22 deletions

View File

@@ -27,3 +27,14 @@ build-backend = "uv_build"
[tool.uv]
package = false
[dependency-groups]
dev = [
"ruff>=0.15.9",
]
[tool.ruff]
line-length = 120
[tool.ruff.format]
skip-magic-trailing-comma = true