https://github.com/GPflow/GPflow
Revision dc5ac86cafa4b41d080da1e0c6f050e15b2a9deb authored by James Hensman on 09 July 2016, 10:54:46 UTC, committed by GitHub on 09 July 2016, 10:54:46 UTC
Correction to VGP from @fujiisoup. See also #125 
1 parent e0b2217
Raw File
Tip revision: dc5ac86cafa4b41d080da1e0c6f050e15b2a9deb authored by James Hensman on 09 July 2016, 10:54:46 UTC
Correction to VGP from @fujiisoup (#126)
Tip revision: dc5ac86
.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__.:
back to top