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

elapsed time tracking #226

Closed
wants to merge 1 commit into from
Closed

Conversation

elbeejay
Copy link
Member

Prototyping the addition of a metadata field that tracks the elapsed time between when a model is initialized and when it is finalized. Could be useful when designing and running a test case that is then intended to be repeated a bunch of times with similar parameters. Relates to #225

Still need to write tests for this and make sure it works as expected...

@codecov
Copy link

codecov bot commented Aug 23, 2021

Codecov Report

Merging #226 (f86844e) into develop (890f242) will decrease coverage by 0.06%.
The diff coverage is 63.63%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #226      +/-   ##
===========================================
- Coverage    78.59%   78.52%   -0.07%     
===========================================
  Files           12       12              
  Lines         2560     2571      +11     
===========================================
+ Hits          2012     2019       +7     
- Misses         548      552       +4     
Impacted Files Coverage Δ
pyDeltaRCM/iteration_tools.py 92.94% <42.85%> (-2.36%) ⬇️
pyDeltaRCM/init_tools.py 97.03% <100.00%> (+<0.01%) ⬆️
pyDeltaRCM/model.py 89.51% <100.00%> (+0.04%) ⬆️

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 890f242...f86844e. Read the comment docs.

@elbeejay elbeejay closed this Oct 22, 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

1 participant