https://github.com/GPflow/GPflow
Revision 120b1287f242733cb588e2be96d22fb7149f089c authored by Artem Artemev on 19 October 2018, 11:05:23 UTC, committed by Artem Artemev on 19 October 2018, 11:05:23 UTC
1 parent 1707d7b
Raw File
Tip revision: 120b1287f242733cb588e2be96d22fb7149f089c authored by Artem Artemev on 19 October 2018, 11:05:23 UTC
Update RELEASE.md
Tip revision: 120b128
.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