https://github.com/GPflow/GPflow
Revision f30d42c0b3076d889bc44a9e13940100ba5ef52a authored by Fergus on 09 February 2020, 16:37:22 UTC, committed by GitHub on 09 February 2020, 16:37:22 UTC
1 parent 056e59f
Raw File
Tip revision: f30d42c0b3076d889bc44a9e13940100ba5ef52a authored by Fergus on 09 February 2020, 16:37:22 UTC
Priors on constrained and unconstrained parts of a parameter (#1177)
Tip revision: f30d42c
.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