https://github.com/GPflow/GPflow
Revision 414cd19b54bad1954824d24176f71c9c93e67867 authored by James Hensman on 10 August 2016, 17:46:52 UTC, committed by James Hensman on 10 August 2016, 17:46:52 UTC
1 parent 4c8c939
Raw File
Tip revision: 414cd19b54bad1954824d24176f71c9c93e67867 authored by James Hensman on 10 August 2016, 17:46:52 UTC
fiddling with setup.py
Tip revision: 414cd19
.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