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

Fix extinction tracking #69

Merged
merged 6 commits into from
Apr 16, 2019
Merged

Fix extinction tracking #69

merged 6 commits into from
Apr 16, 2019

Conversation

evadelmas
Copy link
Collaborator

This PR fixes the bug appearing when using rewiring_method = :stan or : Gilljam. It also improves / add extinctions tracking for all rewiring method by:

  • adding extinction tracking for :ADBM
  • adding a new parameters to track the timestep at which extinctions happen (p[:extinctionstime])
  • adding a new parameters to trak changes in the interaction matrix (p[:tmpA])

@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #69 into next will increase coverage by 0.18%.
The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next      #69      +/-   ##
==========================================
+ Coverage   84.71%   84.89%   +0.18%     
==========================================
  Files          16       16              
  Lines        1001     1013      +12     
==========================================
+ Hits          848      860      +12     
  Misses        153      153
Impacted Files Coverage Δ
src/simulate.jl 92.59% <0%> (ø) ⬆️
src/make_parameters.jl 98.61% <100%> (ø) ⬆️
src/rewiring/parameters/updateParameters.jl 98.93% <100%> (+0.15%) ⬆️
src/rewiring/ADBM.jl 95.65% <100%> (ø) ⬆️

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 f954746...def47c7. Read the comment docs.

@coveralls
Copy link

Coverage Status

Coverage increased (+2.9%) to 87.601% when pulling def47c7 on fix_extinction_tracking into f954746 on next.

@evadelmas evadelmas merged commit c8b3019 into next Apr 16, 2019
@evadelmas evadelmas deleted the fix_extinction_tracking branch January 8, 2021 16:07
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.

2 participants