https://github.com/GPflow/GPflow
Revision 077f7c96cb8ee5fadd8703a07e266a9cb928e4c6 authored by Gustavo Carvalho on 02 September 2020, 17:57:05 UTC, committed by Gustavo Carvalho on 02 September 2020, 17:57:05 UTC
1 parent 51ba7d9
Raw File
Tip revision: 077f7c96cb8ee5fadd8703a07e266a9cb928e4c6 authored by Gustavo Carvalho on 02 September 2020, 17:57:05 UTC
removed print and tf.print
Tip revision: 077f7c9
.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