pyABC icon indicating copy to clipboard operation
pyABC copied to clipboard

add the functionality to evaluate the model using boundry values of p…

Open EmadAlamoudi opened this issue 5 years ago • 7 comments

closing #353

EmadAlamoudi avatar Oct 21 '20 09:10 EmadAlamoudi

Codecov Report

Merging #355 into develop will increase coverage by 33.56%. The diff coverage is 32.50%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #355       +/-   ##
============================================
+ Coverage    49.65%   83.21%   +33.56%     
============================================
  Files           87       88        +1     
  Lines         5017     5057       +40     
============================================
+ Hits          2491     4208     +1717     
+ Misses        2526      849     -1677     
Impacted Files Coverage Δ
pyabc/external/base.py 71.81% <23.33%> (-18.19%) :arrow_down:
pyabc/external/utils.py 60.00% <60.00%> (ø)
pyabc/sampler/multicore_evaluation_parallel.py 100.00% <0.00%> (+1.63%) :arrow_up:
pyabc/sampler/base.py 94.82% <0.00%> (+1.72%) :arrow_up:
pyabc/random_variables.py 65.87% <0.00%> (+2.38%) :arrow_up:
pyabc/sampler/redis_eps/cli.py 80.71% <0.00%> (+2.85%) :arrow_up:
pyabc/storage/bytes_storage.py 100.00% <0.00%> (+3.33%) :arrow_up:
pyabc/inference/smc.py 94.84% <0.00%> (+3.86%) :arrow_up:
pyabc/distance/base.py 83.33% <0.00%> (+4.16%) :arrow_up:
... and 50 more

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 10dfe65...158c8dc. Read the comment docs.

codecov-io avatar Oct 21 '20 09:10 codecov-io

@EmadAlamoudi Should I review this?

yannikschaelte avatar Feb 21 '21 17:02 yannikschaelte

It is done by me. However, I'm not sure how beneficial this to other users, what do you think?

EmadAlamoudi avatar Feb 22 '21 15:02 EmadAlamoudi

if it helps, it never hurts to have some utility functions somewhere

yannikschaelte avatar Feb 22 '21 16:02 yannikschaelte

@EmadAlamoudi could you resolve the merge conflicts? gonna have a look then.

yannikschaelte avatar May 10 '21 15:05 yannikschaelte

@EmadAlamoudi what is the status here?

yannikschaelte avatar Nov 05 '21 13:11 yannikschaelte

Codecov Report

Merging #355 (48f3e4c) into develop (6446a77) will increase coverage by 0.25%. Report is 227 commits behind head on develop. The diff coverage is 89.70%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff             @@
##           develop     #355      +/-   ##
===========================================
+ Coverage    84.08%   84.34%   +0.25%     
===========================================
  Files           91      141      +50     
  Lines         5260     8535    +3275     
===========================================
+ Hits          4423     7199    +2776     
- Misses         837     1336     +499     
Files Coverage Δ
pyabc/__init__.py 100.00% <100.00%> (ø)
pyabc/acceptor/__init__.py 100.00% <100.00%> (ø)
pyabc/acceptor/pdf_norm.py 96.55% <100.00%> (ø)
pyabc/copasi/__init__.py 100.00% <100.00%> (ø)
pyabc/cv/__init__.py 100.00% <100.00%> (ø)
pyabc/cv/bootstrap.py 100.00% <100.00%> (ø)
pyabc/cv/powerlaw.py 100.00% <100.00%> (ø)
pyabc/distance/__init__.py 100.00% <100.00%> (ø)
pyabc/distance/kernel.py 95.60% <100.00%> (+0.02%) :arrow_up:
pyabc/epsilon/__init__.py 100.00% <100.00%> (ø)
... and 128 more

codecov-commenter avatar Jun 23 '22 08:06 codecov-commenter

@yannikschaelte what's left here?

stephanmg avatar Oct 05 '23 12:10 stephanmg