https://github.com/GPflow/GPflow
Revision 5ab29fe9b6998c252849e4393f81c57b7195ea4c authored by Artem Artemev on 16 August 2017, 20:55:03 UTC, committed by Artem Artemev on 17 August 2017, 08:32:46 UTC
1 parent 12f714f
Raw File
Tip revision: 5ab29fe9b6998c252849e4393f81c57b7195ea4c authored by Artem Artemev on 16 August 2017, 20:55:03 UTC
Fixing some bugs in tests introduced during convertion
Tip revision: 5ab29fe
.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__.:
    print
back to top