https://github.com/GPflow/GPflow
Revision 08e48a4ffbef0bd1c21f787e857dbc228a8b27a4 authored by Sergio Diaz on 24 June 2019, 11:51:52 UTC, committed by Sergio Diaz on 24 June 2019, 11:51:52 UTC
1 parent c6843bc
Raw File
Tip revision: 08e48a4ffbef0bd1c21f787e857dbc228a8b27a4 authored by Sergio Diaz on 24 June 2019, 11:51:52 UTC
multiple assign implemented modifying printing
Tip revision: 08e48a4
.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