https://github.com/GPflow/GPflow
Revision cf7dc6db80e70c21ba245e48a76f358f7849de87 authored by ST John on 12 November 2020, 16:19:07 UTC, committed by ST John on 12 November 2020, 16:19:07 UTC
1 parent 282d1cd
Raw File
Tip revision: cf7dc6db80e70c21ba245e48a76f358f7849de87 authored by ST John on 12 November 2020, 16:19:07 UTC
Allow gpflow.utilities.triangular() to return FillScaleTriL
Tip revision: cf7dc6d
.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