https://github.com/GPflow/GPflow
Revision b8d1d6847ff63841940a3c513e382feb8542b08f authored by Sergio Diaz on 25 March 2019, 17:02:57 UTC, committed by Sergio Diaz on 25 March 2019, 17:02:57 UTC
1 parent 42ca6ce
Raw File
Tip revision: b8d1d6847ff63841940a3c513e382feb8542b08f authored by Sergio Diaz on 25 March 2019, 17:02:57 UTC
Fixed numerical errors in Expectations tests
Tip revision: b8d1d68
.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