https://github.com/GPflow/GPflow
Revision 2725abeb01612914624d34ecfa79d4689987144e authored by Artem Artemev on 01 May 2019, 21:14:39 UTC, committed by Artem Artemev on 01 May 2019, 21:14:39 UTC
1 parent 9d47e2e
Raw File
Tip revision: 2725abeb01612914624d34ecfa79d4689987144e authored by Artem Artemev on 01 May 2019, 21:14:39 UTC
Install tf nightly
Tip revision: 2725abe
.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