https://github.com/GPflow/GPflow
Revision 1172949a1166ed3794b76fb00b58e6088ad5187a authored by ST John on 14 April 2021, 09:35:47 UTC, committed by ST John on 14 April 2021, 09:35:47 UTC
1 parent e7851ca
Raw File
Tip revision: 1172949a1166ed3794b76fb00b58e6088ad5187a authored by ST John on 14 April 2021, 09:35:47 UTC
remove WIP LinearOperatorBasePosterior
Tip revision: 1172949
.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