Add a visual L-moment intro notebook #230
Annotations
10 errors
ruff check:
docs/gallery/burr12.py#L1
docs/gallery/burr12.py:1:1: INP001 File `docs/gallery/burr12.py` is part of an implicit namespace package. Add an `__init__.py`.
|
ruff check:
docs/gallery/burr12.py#L1
docs/gallery/burr12.py:1:1: D100 Missing docstring in public module
|
ruff check:
docs/gallery/burr12.py#L2
docs/gallery/burr12.py:2:1: I001 Import block is un-sorted or un-formatted
|
ruff check:
docs/gallery/burr12.py#L56
docs/gallery/burr12.py:56:28: COM812 Trailing comma missing
|
ruff check:
docs/gallery/genlambda.py#L1
docs/gallery/genlambda.py:1:1: INP001 File `docs/gallery/genlambda.py` is part of an implicit namespace package. Add an `__init__.py`.
|
ruff check:
docs/gallery/genlambda.py#L1
docs/gallery/genlambda.py:1:1: D100 Missing docstring in public module
|
ruff check:
docs/gallery/genlambda.py#L2
docs/gallery/genlambda.py:2:1: I001 Import block is un-sorted or un-formatted
|
ruff check:
docs/gallery/genlambda.py#L29
docs/gallery/genlambda.py:29:31: B905 `zip()` without an explicit `strict=` parameter
|
ruff check:
docs/gallery/genlambda.py#L47
docs/gallery/genlambda.py:47:33: COM812 Trailing comma missing
|
ruff check:
docs/gallery/genlambda.py#L61
docs/gallery/genlambda.py:61:28: COM812 Trailing comma missing
|
Loading