https://github.com/GPflow/GPflow
Revision 65bae8c8c9ab9a3990f2562841ccb25288e33d88 authored by Artem Artemev on 14 March 2019, 17:03:41 UTC, committed by Artem Artemev on 14 March 2019, 17:03:41 UTC
1 parent 2ec579e
Raw File
Tip revision: 65bae8c8c9ab9a3990f2562841ccb25288e33d88 authored by Artem Artemev on 14 March 2019, 17:03:41 UTC
Move predict test to tests folder
Tip revision: 65bae8c
.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