https://github.com/GPflow/GPflow
Revision 4711cd9902a398cc4c86ff2a43e8be90c648458a authored by Rasmus Bonnevie on 10 March 2017, 13:57:27 UTC, committed by Rasmus Bonnevie on 10 March 2017, 13:57:27 UTC
1 parent a7c37ce
Raw File
Tip revision: 4711cd9902a398cc4c86ff2a43e8be90c648458a authored by Rasmus Bonnevie on 10 March 2017, 13:57:27 UTC
added support for multidimensional parameters
Tip revision: 4711cd9
.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