https://github.com/GPflow/GPflow
Revision 405eb97dd30cb43f02501b58b581f2608eb6e43e authored by st-- on 19 March 2021, 14:04:42 UTC, committed by GitHub on 19 March 2021, 14:04:42 UTC
* reorganization of structure
* update maintainers
* update project list, including link to signature covariances project
* table of contents
1 parent 629e7b2
Raw File
Tip revision: 405eb97dd30cb43f02501b58b581f2608eb6e43e authored by st-- on 19 March 2021, 14:04:42 UTC
Update README.md (#1603)
Tip revision: 405eb97
.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