https://github.com/GPflow/GPflow
Revision ab73c4bfb64652d4108fc01bf565d341c03f3db2 authored by Sergio Pascual on 07 October 2019, 14:31:46 UTC, committed by GitHub on 07 October 2019, 14:31:46 UTC
Co-Authored-By: st-- <st--@users.noreply.github.com>
1 parent 74cf61b
Raw File
Tip revision: ab73c4bfb64652d4108fc01bf565d341c03f3db2 authored by Sergio Pascual on 07 October 2019, 14:31:46 UTC
Update gpflow/utilities/utilities.py
Tip revision: ab73c4b
.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