https://github.com/GPflow/GPflow
Revision bca5afd0c76d746c51d9da56504c16faf83bce00 authored by Markus Kaiser on 31 March 2017, 10:44:36 UTC, committed by Markus Kaiser on 31 March 2017, 10:44:36 UTC
1 parent 1292450
Raw File
Tip revision: bca5afd0c76d746c51d9da56504c16faf83bce00 authored by Markus Kaiser on 31 March 2017, 10:44:36 UTC
Add tests for missing order and weight initializations
Tip revision: bca5afd
.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