Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: #81 comply with ruff pydocstyle (D) #88

Merged
merged 11 commits into from
Aug 31, 2024

Conversation

cmp0xff
Copy link
Collaborator

@cmp0xff cmp0xff commented Aug 27, 2024

Close #81 .

@cmp0xff cmp0xff linked an issue Aug 27, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Aug 27, 2024

Coverage

Coverage Report (cf49177, 3.10, ubuntu-latest)
FileStmtsMissCoverMissing
hamilflow
   __init__.py00100% 
hamilflow/maths
   __init__.py20100% 
   trigonometrics.py1322 85%
hamilflow/models
   __init__.py00100% 
   brownian_motion.py4811 98%
   free_particle.py350100% 
   harmonic_oscillator.py10988 93%
   harmonic_oscillator_chain.py4577 84%
   pendulum.py5922 97%
hamilflow/models/kepler_problem
   __init__.py20100% 
   dynamics.py6122 97%
   model.py1251010 92%
   numerics.py5577 87%
hamilflow/models/utils
   __init__.py00100% 
   typing.py30100% 
TOTAL5573993% 

Tests Skipped Failures Errors Time
2642 22 💤 0 ❌ 0 🔥 19.196s ⏱️

Copy link
Contributor

Coverage

Coverage Report (7bd71d7, 3.11, macos-latest)
FileStmtsMissCoverMissing
hamilflow
   __init__.py00100% 
hamilflow/maths
   __init__.py20100% 
   trigonometrics.py1322 85%
hamilflow/models
   __init__.py00100% 
   brownian_motion.py4811 98%
   free_particle.py3522 94%
   harmonic_oscillator.py10988 93%
   harmonic_oscillator_chain.py4577 84%
   pendulum.py5922 97%
hamilflow/models/kepler_problem
   __init__.py20100% 
   dynamics.py6122 97%
   model.py1251010 92%
   numerics.py5577 87%
hamilflow/models/utils
   __init__.py00100% 
   typing.py30100% 
TOTAL5574193% 

Tests Skipped Failures Errors Time
2640 22 💤 0 ❌ 0 🔥 10.369s ⏱️

Copy link
Contributor

github-actions bot commented Aug 27, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-08-31 13:00 UTC

@cmp0xff cmp0xff self-assigned this Aug 27, 2024
@cmp0xff cmp0xff marked this pull request as ready for review August 31, 2024 12:12
@cmp0xff cmp0xff requested a review from emptymalei August 31, 2024 12:12
@cmp0xff cmp0xff added documentation Improvements or additions to documentation CI/CD labels Aug 31, 2024
@cmp0xff cmp0xff merged commit 1947407 into main Aug 31, 2024
8 checks passed
@cmp0xff cmp0xff deleted the feature/cmp0xff/81-comply-with-ruff-pydocstyle-d branch August 31, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comply with ruff pydocstyle (D)
2 participants