https://github.com/GPflow/GPflow
Revision 792201d360edd35640523a0589cad128d18c186e authored by Mark van der Wilk on 30 March 2020, 11:35:07 UTC, committed by GitHub on 30 March 2020, 11:35:07 UTC
1 parent c8e8f00
Raw File
Tip revision: 792201d360edd35640523a0589cad128d18c186e authored by Mark van der Wilk on 30 March 2020, 11:35:07 UTC
Added suggestion on how to open TensorBoard so it updates. (#1389)
Tip revision: 792201d
.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