https://github.com/GPflow/GPflow
Revision a11e83f5993017d67c61b4007a4c8534cb6b644d authored by ST John on 15 March 2021, 12:45:56 UTC, committed by ST John on 15 March 2021, 12:45:56 UTC
1 parent ad5a758
Raw File
Tip revision: a11e83f5993017d67c61b4007a4c8534cb6b644d authored by ST John on 15 March 2021, 12:45:56 UTC
fix test_method_equivalence to only optimise *in test*, not during collection, to trace down bug (and make collecting faster!)
Tip revision: a11e83f
.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