https://github.com/GPflow/GPflow
Revision 4a3bd56519e3e21bf49f28281307e031a9d3480d authored by Neil Ferguson on 14 January 2020, 14:42:43 UTC, committed by st-- on 14 January 2020, 14:42:43 UTC
1 parent b17df8b
Raw File
Tip revision: 4a3bd56519e3e21bf49f28281307e031a9d3480d authored by Neil Ferguson on 14 January 2020, 14:42:43 UTC
Add GPflow 2 upgrade guide (#1199)
Tip revision: 4a3bd56
.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