https://github.com/GPflow/GPflow
Revision 406d2d0bb0738589530d6b031b8560d975808f61 authored by Samuel Willis on 03 February 2021, 13:45:29 UTC, committed by GitHub on 03 February 2021, 13:45:29 UTC
1 parent 797fed1
Raw File
Tip revision: 406d2d0bb0738589530d6b031b8560d975808f61 authored by Samuel Willis on 03 February 2021, 13:45:29 UTC
fix ModelToTensorBoard max_size = -1 (#1619)
Tip revision: 406d2d0
.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