https://github.com/GPflow/GPflow
Revision f867d66b7c9e3f7eb1b841b2bdf1e23369aaf53c authored by st-- on 08 May 2018, 19:57:48 UTC, committed by Artem Artemev on 08 May 2018, 19:57:48 UTC
1 parent 20a006f
Raw File
Tip revision: f867d66b7c9e3f7eb1b841b2bdf1e23369aaf53c authored by st-- on 08 May 2018, 19:57:48 UTC
Improve docstring of Periodic kernel (#745)
Tip revision: f867d66
.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