https://github.com/GPflow/GPflow
Revision aef095166280bea139f69cc13df41781076f6e81 authored by ST John on 03 February 2021, 09:57:53 UTC, committed by ST John on 03 February 2021, 09:57:53 UTC
2 parent s a4f7c6f + bc04306
Raw File
Tip revision: aef095166280bea139f69cc13df41781076f6e81 authored by ST John on 03 February 2021, 09:57:53 UTC
Merge branch 'develop' of github.com:GPflow/GPflow into st/clean_up_broadcasting_conditionals
Tip revision: aef0951
.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