https://github.com/GPflow/GPflow
Revision 043f3b892cddbf8209f6417adcea93066cb4b908 authored by Sergio Diaz on 25 June 2019, 13:03:39 UTC, committed by Sergio Diaz on 25 June 2019, 13:03:39 UTC
1 parent 3cf5386
Raw File
Tip revision: 043f3b892cddbf8209f6417adcea93066cb4b908 authored by Sergio Diaz on 25 June 2019, 13:03:39 UTC
Printing DAGs, implemented and tested
Tip revision: 043f3b8
.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