https://github.com/GPflow/GPflow
Revision 39d563c28cd9053d9b0d902f708eb25a18e94894 authored by John Mcleod on 07 May 2020, 13:00:10 UTC, committed by GitHub on 07 May 2020, 13:00:10 UTC
1 parent 7e3e514
Raw File
Tip revision: 39d563c28cd9053d9b0d902f708eb25a18e94894 authored by John Mcleod on 07 May 2020, 13:00:10 UTC
Use a boolean for full covariance in sample_mvn. (#1448)
Tip revision: 39d563c
.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