https://github.com/GPflow/GPflow
Revision ca89ac6fa96e9fed6049dec32b4f35703185ab6d authored by Fergus on 23 August 2021, 11:38:28 UTC, committed by GitHub on 23 August 2021, 11:38:28 UTC
Use HeteroskedasticTFP likelihood
2 parent s 7917b42 + bf3bd5f
Raw File
Tip revision: ca89ac6fa96e9fed6049dec32b4f35703185ab6d authored by Fergus on 23 August 2021, 11:38:28 UTC
Merge pull request #1707 from GPflow/john/linear
Tip revision: ca89ac6
.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