https://github.com/GPflow/GPflow
Revision 89a0bfbf8c9c005c9bad9d0546c69cafa92b6dc2 authored by Eric Hammy on 21 November 2019, 16:48:50 UTC, committed by GitHub on 21 November 2019, 16:48:50 UTC
* quick fix of documentation mathematics

* Apply suggestions from code review

much clearer

Co-Authored-By: st-- <st--@users.noreply.github.com>
1 parent 6a1abd4
Raw File
Tip revision: 89a0bfbf8c9c005c9bad9d0546c69cafa92b6dc2 authored by Eric Hammy on 21 November 2019, 16:48:50 UTC
quick fix of documentation mathematics (#1155)
Tip revision: 89a0bfb
.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