https://github.com/GPflow/GPflow
Revision c442e87d0b6a88e9787e8e82eb493e0dcf669c4d authored by Vincent Dutordoir on 26 March 2020, 18:45:58 UTC, committed by GitHub on 26 March 2020, 18:45:58 UTC
1 parent 118dcfe
Raw File
Tip revision: c442e87d0b6a88e9787e8e82eb493e0dcf669c4d authored by Vincent Dutordoir on 26 March 2020, 18:45:58 UTC
Monitoring of optimisation (#1344)
Tip revision: c442e87
.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