https://github.com/GPflow/GPflow
Revision 8a73e6daac7f03f4c4af19113e91ab7cfd0b5efa authored by st-- on 22 January 2020, 11:35:49 UTC, committed by GitHub on 22 January 2020, 11:35:49 UTC
* Restructure "GPflow Community" section in README.md

* Update README.md installation instructions
1 parent e2572c5
Raw File
Tip revision: 8a73e6daac7f03f4c4af19113e91ab7cfd0b5efa authored by st-- on 22 January 2020, 11:35:49 UTC
Update README.md: GPflow slack invite, stackoverflow vs github issues, installation instructions (#1225)
Tip revision: 8a73e6d
.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