https://github.com/GPflow/GPflow
Revision 3f6f06363111ca414520daddf68f22366fe6d963 authored by Mark van der Wilk on 02 August 2016, 11:06:21 UTC, committed by James Hensman on 02 August 2016, 11:06:21 UTC
- Added relative imports (.reference)
- Changed all failIf/Unless to the non-deprecated assertTrue/False.
1 parent 2d98580
Raw File
Tip revision: 3f6f06363111ca414520daddf68f22366fe6d963 authored by Mark van der Wilk on 02 August 2016, 11:06:21 UTC
Get tests working with Python 3. (#152)
Tip revision: 3f6f063
.coveragerc
[report]
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__.:
back to top