https://github.com/GPflow/GPflow
Revision 629e7b2a4288804a57112b87fe918f6ae8b97051 authored by st-- on 15 March 2021, 17:16:31 UTC, committed by GitHub on 15 March 2021, 17:16:31 UTC
* fix bug (that masked test failure!) in test_method_equivalence and improve collection speed
* optimize non-whitened SVGP model more strongly to get test_equivalence to pass
* remove --use-feature=2020-resolver (will become an error in pip 21.0)
1 parent 1831a5d
Raw File
Tip revision: 629e7b2a4288804a57112b87fe918f6ae8b97051 authored by st-- on 15 March 2021, 17:16:31 UTC
fix bug (that masked test failure!) in test_method_equivalence (#1649)
Tip revision: 629e7b2
.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