https://github.com/GPflow/GPflow
Revision ecd0b82610d740e949d59521488468e97410b853 authored by Sergio Diaz on 07 October 2019, 14:47:23 UTC, committed by Sergio Diaz on 07 October 2019, 14:47:23 UTC
1 parent 74cf61b
Raw File
Tip revision: ecd0b82610d740e949d59521488468e97410b853 authored by Sergio Diaz on 07 October 2019, 14:47:23 UTC
Updated method names and signatures
Tip revision: ecd0b82
.coveragerc
[report]
omit = *tests*, setup.py
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