https://github.com/GPflow/GPflow
Revision 04d5d956fb628bc7d79231126b22c93b9af90020 authored by Artem Artemev on 27 November 2017, 22:30:14 UTC, committed by Artem Artemev on 27 November 2017, 22:30:14 UTC
2 parent s 52ecfab + d86af28
Raw File
Tip revision: 04d5d956fb628bc7d79231126b22c93b9af90020 authored by Artem Artemev on 27 November 2017, 22:30:14 UTC
Merge branch 'master' into awav/improve-uncertain-conditional-test
Tip revision: 04d5d95
.coveragerc
[report]
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