https://github.com/GPflow/GPflow
Revision 2a7158341533d476ca769434e07e45dafddec5cd authored by Artem Artemev on 03 October 2017, 19:12:43 UTC, committed by Artem Artemev on 03 October 2017, 19:12:43 UTC
1 parent c47bc5c
Raw File
Tip revision: 2a7158341533d476ca769434e07e45dafddec5cd authored by Artem Artemev on 03 October 2017, 19:12:43 UTC
New project layout - add params sub module.
Tip revision: 2a71583
.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