https://github.com/GPflow/GPflow
Revision 732b0ce24760cdbbb11b8566a2d8f1e4902e171f authored by Artem Artemev on 20 October 2018, 07:58:13 UTC, committed by Artem Artemev on 20 October 2018, 07:58:13 UTC
1 parent af76829
Raw File
Tip revision: 732b0ce24760cdbbb11b8566a2d8f1e4902e171f authored by Artem Artemev on 20 October 2018, 07:58:13 UTC
GPflow 2.0 example
Tip revision: 732b0ce
.coveragerc
[report]
omit = *tests*, setup.py
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