File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- name : Check
1+ name : CI
22
33on : [ push, pull_request ]
44
Original file line number Diff line number Diff line change 1- ![ PyLint] ( https://github.com/PySATL/MPEst/actions/workflows/pylint.yml/badge.svg )
2- ![ Check code style] ( https://github.com/PySATL/MPEst/actions/workflows/code_style.yml/badge.svg )
3- [ ![ Code style] ( https://img.shields.io/badge/Code%20style-black-000000.svg )] ( https://github.com/psf/black )
4- ![ Unit Tests] ( https://github.com/PySATL/MPEst/actions/workflows/test.yml/badge.svg )
1+ [ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
2+ ![ CI] ( https://github.com/PySATL/pysatl-mpest/actions/workflows/check.yml/badge.svg )
3+ <a href =" https://github.com/PySATL/pysatl-mpest/blob/main/LICENSE " ><img alt =" License: MIT " src =" https://black.readthedocs.io/en/stable/_static/license.svg " ></a >
54
65## Installation
76
@@ -98,6 +97,6 @@ plt.show()
9897![ plot] ( https://github.com/toxakaz/EM-algo/raw/main/examples/readme_example/example.png )
9998
10099## Requirements
101- - python 3.11
100+ - python >= 3.11
102101- numpy
103102- scipy
You can’t perform that action at this time.
0 commit comments