AlejandroSantorum / scikit-rmt

Random Matrix Theory library - RMT analysis and simulation in Python
BSD 3-Clause "New" or "Revised" License
37 stars 7 forks source link

Feature: rename base ensemble #27

Closed AlejandroSantorum closed 11 months ago

AlejandroSantorum commented 11 months ago

Renamed abstract class _Ensemble to BaseEnsemble to match the description of the article.

codecov-commenter commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (42b49eb) 98.72% compared to head (f10ce3d) 98.72%. Report is 2 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #27 +/- ## ======================================= Coverage 98.72% 98.72% ======================================= Files 28 28 Lines 2432 2432 ======================================= Hits 2401 2401 Misses 31 31 ``` | [Files](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum) | Coverage Δ | | |---|---|---| | [skrmt/\_version.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvX3ZlcnNpb24ucHk=) | `100.00% <100.00%> (ø)` | | | [skrmt/ensemble/base\_ensemble.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvYmFzZV9lbnNlbWJsZS5weQ==) | `95.23% <100.00%> (ø)` | | | [skrmt/ensemble/circular\_ensemble.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvY2lyY3VsYXJfZW5zZW1ibGUucHk=) | `97.14% <100.00%> (ø)` | | | [skrmt/ensemble/gaussian\_ensemble.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvZ2F1c3NpYW5fZW5zZW1ibGUucHk=) | `100.00% <100.00%> (ø)` | | | [skrmt/ensemble/manova\_ensemble.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvbWFub3ZhX2Vuc2VtYmxlLnB5) | `97.70% <100.00%> (ø)` | | | [skrmt/ensemble/spectral\_law.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvc3BlY3RyYWxfbGF3LnB5) | `96.28% <100.00%> (ø)` | | | [skrmt/ensemble/tests/test\_base\_ens.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvdGVzdHMvdGVzdF9iYXNlX2Vucy5weQ==) | `96.77% <100.00%> (ø)` | | | [skrmt/ensemble/utils.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvdXRpbHMucHk=) | `94.73% <100.00%> (ø)` | | | [skrmt/ensemble/wishart\_ensemble.py](https://app.codecov.io/gh/AlejandroSantorum/scikit-rmt/pull/27?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alejandro+Santorum#diff-c2tybXQvZW5zZW1ibGUvd2lzaGFydF9lbnNlbWJsZS5weQ==) | `97.32% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.