https://github.com/GPflow/GPflow
Revision 0e2ee24422575083990fedea98b93590f6bca83f authored by Joel Wright on 12 June 2018, 19:00:03 UTC, committed by Artem Artemev on 12 June 2018, 19:00:03 UTC
* Support Python 3.5.2 in typing checks (Ubuntu 16.04 default python3)
1 parent 147ce61
Raw File
Tip revision: 0e2ee24422575083990fedea98b93590f6bca83f authored by Joel Wright on 12 June 2018, 19:00:03 UTC
Support Python 3.5.2 in typing checks (Ubuntu 16.04 default python3) (#787)
Tip revision: 0e2ee24
.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