https://github.com/GPflow/GPflow
Revision 2a30cdb4a753f8e79b24ad39492c41d8d3bf91fa authored by vdutor on 16 March 2018, 12:23:30 UTC, committed by vdutor on 16 March 2018, 12:23:30 UTC
1 parent 88456f4
Raw File
Tip revision: 2a30cdb4a753f8e79b24ad39492c41d8d3bf91fa authored by vdutor on 16 March 2018, 12:23:30 UTC
Add documentation for multioutput gps to notebook
Tip revision: 2a30cdb
.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