Closed MiguelGarcaoSilva closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.42%. Comparing base (
2770a88
) to head (f054744
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@MiguelGarcaoSilva Thank you for fixing this typo!
Fixed typo in mmotifs docs
Pull Request Checklist
Below is a simple checklist but please do not hesitate to ask for assistance!
black
(i.e.,python -m pip install black
orconda install -c conda-forge black
)flake8
(i.e.,python -m pip install flake8
orconda install -c conda-forge flake8
)pytest-cov
(i.e.,python -m pip install pytest-cov
orconda install -c conda-forge pytest-cov
)black .
in the root stumpy directoryflake8 .
in the root stumpy directory./setup.sh && ./test.sh
in the root stumpy directory