https://github.com/GPflow/GPflow
Revision f174d7b94fc0e926da624a9879010ec2354353bb authored by Sergio Diaz on 11 September 2019, 13:02:02 UTC, committed by Sergio Diaz on 11 September 2019, 13:02:02 UTC
1 parent 828694a
Raw File
Tip revision: f174d7b94fc0e926da624a9879010ec2354353bb authored by Sergio Diaz on 11 September 2019, 13:02:02 UTC
Tests for equivalence methods still in unsorted but updated to TF2
Tip revision: f174d7b
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top