https://github.com/GPflow/GPflow
Revision 47e8c171892bab29badfe53817ebaf1d0b49d389 authored by James Hensman on 21 July 2017, 21:03:36 UTC, committed by GitHub on 21 July 2017, 21:03:36 UTC
Avoid recompilation when creating new model instances
2 parent s df4e0e2 + 0dabd87
Raw File
Tip revision: 47e8c171892bab29badfe53817ebaf1d0b49d389 authored by James Hensman on 21 July 2017, 21:03:36 UTC
Merge pull request #455 from GPflow/meanfunction_argument_fix
Tip revision: 47e8c17
.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