https://github.com/GPflow/GPflow
Revision 8dadaed2e21f133bd6ed064b06d66c8116432e1e authored by Artem Artemev on 17 August 2017, 10:54:04 UTC, committed by Artem Artemev on 17 August 2017, 10:54:04 UTC
1 parent 6bbb06a
Raw File
Tip revision: 8dadaed2e21f133bd6ed064b06d66c8116432e1e authored by Artem Artemev on 17 August 2017, 10:54:04 UTC
Dummy commit
Tip revision: 8dadaed
.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