https://github.com/GPflow/GPflow
Revision 7688477bad2accabf8c42ee769d998ff7a2c6957 authored by st-- on 12 January 2021, 11:59:48 UTC, committed by GitHub on 12 January 2021, 11:59:48 UTC
* fix test_deepcopy
* increase test_scipy_jit tolerance to make it pass
1 parent 60e19f8
Raw File
Tip revision: 7688477bad2accabf8c42ee769d998ff7a2c6957 authored by st-- on 12 January 2021, 11:59:48 UTC
Fix tests for TF 2.4/TFP 0.12 (#1625)
Tip revision: 7688477
.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