https://github.com/GPflow/GPflow
Revision 0812cd3782e69f0626901c510cc5457046fdf277 authored by John Mcleod on 13 April 2021, 13:46:10 UTC, committed by GitHub on 13 April 2021, 13:46:10 UTC
* Add test for white=False

* Make format

* Update RELEASE.md
1 parent ea39cba
Raw File
Tip revision: 0812cd3782e69f0626901c510cc5457046fdf277 authored by John Mcleod on 13 April 2021, 13:46:10 UTC
John/fc whiten (#1662)
Tip revision: 0812cd3
.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