https://github.com/GPflow/GPflow
Revision c61a0026f220825b26f4c0dd3dbcf4b98cfc885b authored by Artem Artemev on 23 February 2018, 12:03:59 UTC, committed by Artem Artemev on 23 February 2018, 12:03:59 UTC
1 parent 1ffbcd2
Raw File
Tip revision: c61a0026f220825b26f4c0dd3dbcf4b98cfc885b authored by Artem Artemev on 23 February 2018, 12:03:59 UTC
Small fixes in natgrads module.
Tip revision: c61a002
.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