https://github.com/GPflow/GPflow
Revision 3669d135239bd53f3da1e73cf1e9cc855b1b485e authored by joelberkeley-pio on 11 June 2020, 13:18:56 UTC, committed by GitHub on 11 June 2020, 13:18:56 UTC
1 parent 7db2276
Raw File
Tip revision: 3669d135239bd53f3da1e73cf1e9cc855b1b485e authored by joelberkeley-pio on 11 June 2020, 13:18:56 UTC
bump version to 2.0.5 (#1504)
Tip revision: 3669d13
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top