Renamed the mprime-python-port directory to python.
#372
Annotations
27 errors, 12 warnings, and 4 notices
|
Ruff (D101):
google-colab/Colab CPU MPrime.ipynb#L36
google-colab/Colab CPU MPrime.ipynb:1:1: D101 Missing docstring in public class
|
|
Ruff (PLW3201):
google-colab/Colab CPU MPrime.ipynb#L37
google-colab/Colab CPU MPrime.ipynb:1:1: PLW3201 Dunder method `_render_traceback_` has no special meaning in Python 3
|
|
Ruff (PLC0415):
google-colab/Colab CPU MPrime.ipynb#L51
google-colab/Colab CPU MPrime.ipynb:1:1: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (F841):
google-colab/Colab CPU MPrime.ipynb#L95
google-colab/Colab CPU MPrime.ipynb:1:1: F841 Local variable `file` is assigned to but never used
|
|
Ruff (D101):
google-colab/Colab GPU CUDALucas.ipynb#L42
google-colab/Colab GPU CUDALucas.ipynb:1:1: D101 Missing docstring in public class
|
|
Ruff (PLW3201):
google-colab/Colab GPU CUDALucas.ipynb#L43
google-colab/Colab GPU CUDALucas.ipynb:1:1: PLW3201 Dunder method `_render_traceback_` has no special meaning in Python 3
|
|
Ruff (F841):
google-colab/Colab GPU CUDALucas.ipynb#L117
google-colab/Colab GPU CUDALucas.ipynb:1:1: F841 Local variable `file` is assigned to but never used
|
|
Ruff (PLW0603):
google-colab/Colab GPU CUDALucas.ipynb#L152
google-colab/Colab GPU CUDALucas.ipynb:1:1: PLW0603 Using the global statement to update `path_dir` is discouraged
|
|
Ruff (PLW0603):
google-colab/Colab GPU CUDALucas.ipynb#L152
google-colab/Colab GPU CUDALucas.ipynb:1:1: PLW0603 Using the global statement to update `path_dir` is discouraged
|
|
Ruff (PLC0415):
google-colab/Colab GPU CUDALucas.ipynb#L162
google-colab/Colab GPU CUDALucas.ipynb:1:1: PLC0415 `import` should be at the top-level of a file
|
|
F0001:
*.py#L1
No module named *.py
|
|
Pylint
Process completed with exit code 29.
|
|
GpuOwl (ubuntu-24.04, clang++)
Process completed with exit code 1.
|
|
GpuOwl (ubuntu-22.04, clang++)
Process completed with exit code 1.
|
|
GpuOwl (ubuntu-20.04, clang++)
Process completed with exit code 1.
|
|
GpuOwl (ubuntu-24.04, g++)
Process completed with exit code 1.
|
|
GpuOwl (ubuntu-22.04, g++)
Process completed with exit code 1.
|
|
GpuOwl (ubuntu-20.04, g++)
Process completed with exit code 1.
|
|
CUDALucas (ubuntu-22.04)
Process completed with exit code 1.
|
|
CUDALucas (ubuntu-20.04)
Process completed with exit code 1.
|
|
CUDALucas (ubuntu-24.04)
Process completed with exit code 1.
|
|
Mlucas (ubuntu-22.04, clang)
Process completed with exit code 1.
|
|
Mlucas (ubuntu-22.04, gcc)
Process completed with exit code 1.
|
|
Mlucas (ubuntu-20.04, gcc)
Process completed with exit code 1.
|
|
Mlucas (ubuntu-20.04, clang)
Process completed with exit code 1.
|
|
Mlucas (ubuntu-24.04, clang)
Process completed with exit code 1.
|
|
Mlucas (ubuntu-24.04, gcc)
Process completed with exit code 1.
|
|
Ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
W1510:
python/exp.py#L18
'subprocess.run' used without explicitly defining the value for 'check'.
|
|
W0621:
python/mprime.py#L46
Redefining name 'f' from outer scope (line 95)
|
|
W0621:
python/mprime.py#L47
Redefining name 'chunk' from outer scope (line 97)
|
|
W2601:
python/mprime.py#L59
F-strings are not supported by all versions included in the py-version setting
|
|
W2601:
python/mprime.py#L60
F-strings are not supported by all versions included in the py-version setting
|
|
W2601:
python/mprime.py#L61
F-strings are not supported by all versions included in the py-version setting
|
|
W2601:
python/mprime.py#L62
F-strings are not supported by all versions included in the py-version setting
|
|
W2601:
python/mprime.py#L69
F-strings are not supported by all versions included in the py-version setting
|
|
W2601:
python/mprime.py#L78
F-strings are not supported by all versions included in the py-version setting
|
|
W2601:
python/mprime.py#L87
F-strings are not supported by all versions included in the py-version setting
|
|
C0114:
python/exp.py#L1
Missing module docstring
|
|
C0114:
python/mprime.py#L1
Missing module docstring
|
|
C0116:
python/mprime.py#L30
Missing function or method docstring
|
|
R1732:
python/mprime.py#L119
Consider using 'with' for resource-allocating operations
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ubuntu-20.04_clang++_gpuowl
Expired
|
4.98 MB |
sha256:8b2a5ee074ca6cdb66603a33cfa5f401944c8ecf6a6f9c57fb57aaad65254d18
|
|
|
ubuntu-20.04_clang_mlucas
Expired
|
8.94 MB |
sha256:97eb29f1537af5fd804987e354b2caa172cce304671ea09f37438e62e2d6d7aa
|
|
|
ubuntu-20.04_cudalucas
Expired
|
244 KB |
sha256:777d21dc0a61b9b3bbb831ca16813438cb4966e559ccc8e2b082702d28c8190b
|
|
|
ubuntu-20.04_g++_gpuowl
Expired
|
8.29 MB |
sha256:cf86f85b063fee20fad9d3e94ab96b2de71aa5120ac287b44a82466e190404b1
|
|
|
ubuntu-20.04_gcc_mlucas
Expired
|
10.2 MB |
sha256:88cdd067ff4aadec78238882ef6ce49b0f82698478023b638ba440a9d4050aee
|
|
|
ubuntu-22.04_clang++_gpuowl
Expired
|
4.62 MB |
sha256:ecdabc5aa444e3e58be51a59e9c380adcaceead2195ac85303c7870b2a2c4ad6
|
|
|
ubuntu-22.04_clang_mlucas
Expired
|
9.58 MB |
sha256:0b0ef00b723ce748c89e8a66c9fa690dceed7952d808c669f7d1328bd0f337eb
|
|
|
ubuntu-22.04_cudalucas
Expired
|
266 KB |
sha256:6ce2e2985bfe62d9a67eb0d9080a93987cc989d67b1ca91a97fd85559880f7f9
|
|
|
ubuntu-22.04_g++_gpuowl
Expired
|
7.56 MB |
sha256:15d21c6a1b18ecf4c0c5eb4674037d4b7edad19c773813c8937e31720d172475
|
|
|
ubuntu-22.04_gcc_mlucas
Expired
|
10.2 MB |
sha256:6823afc7e2da076e9b77b4254d78052684a26daec924f3b206853c5a745f1221
|
|
|
ubuntu-24.04_clang++_gpuowl
Expired
|
4.59 MB |
sha256:1f6e2b603366ebfb73dff203afd5011b225d561278b85c94f29ba8a26b4b56de
|
|
|
ubuntu-24.04_clang_mlucas
Expired
|
9.61 MB |
sha256:d2cd271ede94dbfe63ef12f9a2cc2088535cc606902c1472349e95abf68ad37b
|
|
|
ubuntu-24.04_cudalucas
Expired
|
258 KB |
sha256:92e715d9dfe96ffd821047032aaa5c66248cf6cae31e7f7a97943b2cdf130b6d
|
|
|
ubuntu-24.04_g++_gpuowl
Expired
|
6.8 MB |
sha256:8bf7b7a97b2e4d832398cc54eedc0c155ae86d0b14972f02a0f6ab3d7ac0a3ad
|
|
|
ubuntu-24.04_gcc_mlucas
Expired
|
10.4 MB |
sha256:e6b1bbc5a1403eb67d84e066369d12974aa88039b1920dd4a9da096e5a748d9d
|
|