https://github.com/GPflow/GPflow
Raw File
Tip revision: 5b7ad6e91c9f9d0bee8982eece1e54a00b9cdbbc authored by Uri Granta on 03 January 2024, 09:35:43 UTC
Clarify training_loss mention in tutorial
Tip revision: 5b7ad6e
.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