https://github.com/GPflow/GPflow
Revision 6a1abd4230b4fad999a037c10b0c365ebc3a5634 authored by Joe Hall on 21 November 2019, 16:09:52 UTC, committed by st-- on 21 November 2019, 16:09:52 UTC
Turns the Periodic kernel into a wrapper-kernel that takes any Stationary kernel as an argument `base` and turns it into a periodic version. Backwards-incompatible but more flexible and less code!
1 parent 9cdb2a2
Raw File
Tip revision: 6a1abd4230b4fad999a037c10b0c365ebc3a5634 authored by Joe Hall on 21 November 2019, 16:09:52 UTC
Porting the generalized periodic kernel (#1158)
Tip revision: 6a1abd4
.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