https://github.com/GPflow/GPflow
Revision 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC, committed by st-- on 29 August 2018, 22:11:37 UTC
Adds a new feature MixedKernelSeparateMof (SharedIndependentMof subclass) for the most efficient code together with SeparateMixedMok.
1 parent fd6beaa
Raw File
Tip revision: 0f6a5d35e2f0f58a36f3cfe22dd43be41265b26b authored by Joshua George Albert on 29 August 2018, 22:11:37 UTC
Added MixedKernelSeparateMof (#830)
Tip revision: 0f6a5d3
.coveragerc
[report]
omit = *tests*, setup.py
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