https://github.com/GPflow/GPflow
Revision fa79152af3af4b420d9ab747f8bfb3c35b8d4a5e authored by Hugh Salimbeni on 23 February 2018, 13:01:45 UTC, committed by Hugh Salimbeni on 23 February 2018, 13:01:45 UTC
1 parent 1ffbcd2
Raw File
Tip revision: fa79152af3af4b420d9ab747f8bfb3c35b8d4a5e authored by Hugh Salimbeni on 23 February 2018, 13:01:45 UTC
started combination optimizer
Tip revision: fa79152
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top