https://github.com/GPflow/GPflow
Revision 90f9a12d6a161372b0beda04c2c371f98daffeae authored by Thomas Pinder on 03 April 2020, 17:04:51 UTC, committed by GitHub on 03 April 2020, 17:04:51 UTC
* Increase MCMC sampling

* Fix section links
1 parent ea10dea
Raw File
Tip revision: 90f9a12d6a161372b0beda04c2c371f98daffeae authored by Thomas Pinder on 03 April 2020, 17:04:51 UTC
Fix MCMC sampler in documentation (#1410)
Tip revision: 90f9a12
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top