https://github.com/GPflow/GPflow
Revision 66010a44f5f6d8330f817dd30bace457d0369191 authored by Vincent Dutordoir on 27 March 2020, 14:23:02 UTC, committed by GitHub on 27 March 2020, 14:23:02 UTC
* added slack badge
* prepare for release 2.0
* update contrib list 
1 parent b4168fa
Raw File
Tip revision: 66010a44f5f6d8330f817dd30bace457d0369191 authored by Vincent Dutordoir on 27 March 2020, 14:23:02 UTC
Update Readme (#1378)
Tip revision: 66010a4
.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