https://github.com/GPflow/GPflow
Revision 9f5b79b64fa010664f52505456ccf10d7e91c832 authored by ST John on 12 January 2021, 14:39:51 UTC, committed by ST John on 12 January 2021, 14:39:51 UTC
1 parent fe731ba
Raw File
Tip revision: 9f5b79b64fa010664f52505456ccf10d7e91c832 authored by ST John on 12 January 2021, 14:39:51 UTC
write out iv -> inducing_variable
Tip revision: 9f5b79b
.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