https://github.com/GPflow/GPflow
Revision fc6461c313fb361b72e32eff3301f97014ba8f59 authored by PabloLeon on 02 May 2016, 10:22:27 UTC, committed by PabloLeon on 02 May 2016, 10:22:27 UTC
1 parent 799308b
Raw File
Tip revision: fc6461c313fb361b72e32eff3301f97014ba8f59 authored by PabloLeon on 02 May 2016, 10:22:27 UTC
changed name of mean function constituents to add_1/2 and prod_1/2
Tip revision: fc6461c
.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__.:
back to top