https://github.com/GPflow/GPflow
Revision ce651148ab06b95767a809946f9c1535445bd4d3 authored by st-- on 23 March 2020, 13:40:55 UTC, committed by GitHub on 23 March 2020, 13:40:55 UTC
1 parent 43408ce
Raw File
Tip revision: ce651148ab06b95767a809946f9c1535445bd4d3 authored by st-- on 23 March 2020, 13:40:55 UTC
gpflow2 upgrade guide: fix the Parameter.value -> Parameter.numpy() section (#1358)
Tip revision: ce65114
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top