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: alter the simulation strategy for CTRW #13

Merged
merged 7 commits into from
Jul 30, 2024
Merged

Conversation

jung235
Copy link
Owner

@jung235 jung235 commented Jul 30, 2024

  • Alter the CTRW strategy to generate Ensemble.
    • See levy and rtp.
  • self.precision_x64 = True is automatically set to use int64.

@jung235 jung235 added the enhancement New feature or request label Jul 30, 2024
@jung235 jung235 self-assigned this Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 86.29032% with 17 lines in your changes missing coverage. Please review.

Project coverage is 77.19%. Comparing base (3c4e81d) to head (d54b807).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #13       +/-   ##
===========================================
+ Coverage   53.80%   77.19%   +23.38%     
===========================================
  Files          34       36        +2     
  Lines        1221     1342      +121     
===========================================
+ Hits          657     1036      +379     
+ Misses        564      306      -258     
Files Coverage Δ
pydiffuser/__init__.py 100.00% <100.00%> (ø)
pydiffuser/models/bm.py 73.17% <100.00%> (+1.74%) ⬆️
pydiffuser/models/mips.py 98.57% <ø> (+68.01%) ⬆️
pydiffuser/models/vicsek.py 98.75% <ø> (+74.35%) ⬆️
pydiffuser/utils/jitted.py 86.11% <100.00%> (+24.57%) ⬆️
pydiffuser/utils/random.py 100.00% <100.00%> (ø)
tests/utils/test_jitted.py 100.00% <100.00%> (ø)
pydiffuser/models/rtp.py 87.87% <93.33%> (+36.59%) ⬆️
pydiffuser/utils/helpers.py 71.42% <71.42%> (ø)
pydiffuser/models/levy.py 84.48% <90.00%> (+29.31%) ⬆️
... and 1 more

... and 9 files with indirect coverage changes

@jung235 jung235 merged commit 8d74f27 into main Jul 30, 2024
7 checks passed
@jung235 jung235 deleted the feat/alter-ctrw-strategy branch July 30, 2024 11:13
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.

1 participant