https://github.com/GPflow/GPflow
Revision 5bce01c7c68ebb22f73865491b7e6a1f1cd0440a authored by Sergio Diaz on 15 March 2019, 10:26:30 UTC, committed by Sergio Diaz on 15 March 2019, 10:26:30 UTC
2 parent s e745e5e + 5fc4869
Raw File
Tip revision: 5bce01c7c68ebb22f73865491b7e6a1f1cd0440a authored by Sergio Diaz on 15 March 2019, 10:26:30 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-tests-multioutput
Tip revision: 5bce01c
.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