https://github.com/GPflow/GPflow
Revision 8ead03c7b7f42a1118bab7092063f842cb3ff711 authored by Sergio Diaz on 25 June 2019, 16:20:32 UTC, committed by Sergio Diaz on 25 June 2019, 16:20:32 UTC
1 parent 043f3b8
Raw File
Tip revision: 8ead03c7b7f42a1118bab7092063f842cb3ff711 authored by Sergio Diaz on 25 June 2019, 16:20:32 UTC
Printing DAGs, implemented and tested
Tip revision: 8ead03c
.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