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

More Steps: adds additional *_step methods #163

Merged
merged 4 commits into from Feb 12, 2021
Merged

More Steps: adds additional *_step methods #163

merged 4 commits into from Feb 12, 2021

Conversation

cgarciae
Copy link
Collaborator

Changes

Model

  • Refactors _jit_functions as jit_step
  • Refactors base_states as states_step
  • Implements init_step + init.

Module

  • Implements init_or_apply

@cgarciae cgarciae changed the title More Step: add additional *_step methods More Steps: adds additional *_step methods Feb 11, 2021
@codecov-io
Copy link

codecov-io commented Feb 11, 2021

Codecov Report

Merging #163 (2754bc2) into master (5e13e1b) will decrease coverage by 0.07%.
The diff coverage is 80.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
- Coverage   84.87%   84.80%   -0.08%     
==========================================
  Files         131      131              
  Lines        6858     6879      +21     
==========================================
+ Hits         5821     5834      +13     
- Misses       1037     1045       +8     
Impacted Files Coverage Δ
elegy/module.py 94.31% <50.00%> (-0.90%) ⬇️
elegy/model/model_core.py 87.98% <83.33%> (-1.47%) ⬇️
elegy/model/model.py 96.41% <100.00%> (+0.01%) ⬆️
elegy/types.py 96.25% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e13e1b...2754bc2. Read the comment docs.

@cgarciae cgarciae merged commit d23816c into master Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants