issues
search
prmiles
/
pymcmcstat
Python implementation of MATLAB toolbox "mcmcstat"
https://github.com/prmiles/pymcmcstat/wiki
MIT License
70
stars
10
forks
source link
Resolved #66 by added KDE objects to output
#67
Closed
prmiles
closed
5 years ago
prmiles
commented
5 years ago
User can output kde objects by specify kwarg
return_kde=True
when using
plot_density_panel
method.
coveralls
commented
5 years ago
Pull Request Test Coverage Report for
Build 415
6
of
6
(100.0%)
changed or added relevant lines in
1
file are covered.
No unchanged relevant lines lost coverage.
Overall coverage increased (+
0.004%
) to
97.569%
Totals
Change from base
Build 411
:
0.004%
Covered Lines:
2328
Relevant Lines:
2386
💛 -
Coveralls
return_kde=True
when usingplot_density_panel
method.