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

feat: add vicsek model #10

Merged
merged 5 commits into from
Mar 6, 2024
Merged

feat: add vicsek model #10

merged 5 commits into from
Mar 6, 2024

Conversation

jung235
Copy link
Owner

@jung235 jung235 commented Mar 6, 2024

Add VicsekModel.

@jung235 jung235 self-assigned this Mar 6, 2024
@jung235 jung235 added the enhancement New feature or request label Mar 6, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

Attention: Patch coverage is 29.47368% with 67 lines in your changes are missing coverage. Please review.

Project coverage is 54.89%. Comparing base (ce90c83) to head (c9c3c05).
Report is 1 commits behind head on main.

❗ Current head c9c3c05 differs from pull request most recent head 52b298b. Consider uploading reports for the commit 52b298b to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   56.71%   54.89%   -1.83%     
==========================================
  Files          32       33       +1     
  Lines        1035     1124      +89     
==========================================
+ Hits          587      617      +30     
- Misses        448      507      +59     
Files Coverage Δ
pydiffuser/__init__.py 100.00% <ø> (ø)
pydiffuser/_cli/cli_utils.py 0.00% <ø> (ø)
pydiffuser/models/__init__.py 100.00% <100.00%> (ø)
pydiffuser/models/core/base.py 83.83% <87.50%> (+1.04%) ⬆️
pydiffuser/models/core/sde.py 27.63% <0.00%> (ø)
pydiffuser/models/vicsek.py 24.39% <24.39%> (ø)

... and 1 file with indirect coverage changes

@jung235 jung235 merged commit 6bd9380 into main Mar 6, 2024
14 checks passed
@jung235 jung235 deleted the feat/vicsek branch March 6, 2024 08:58
@jung235 jung235 changed the title Feat/vicsek feat: add vicsek model Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants