https://github.com/GPflow/GPflow
Revision 8f5b028ec25a7593aaefb11260d21a73a3415a8a authored by Artem Artemev on 18 March 2019, 15:34:41 UTC, committed by Artem Artemev on 18 March 2019, 15:34:41 UTC
1 parent 1bb5a04
Raw File
Tip revision: 8f5b028ec25a7593aaefb11260d21a73a3415a8a authored by Artem Artemev on 18 March 2019, 15:34:41 UTC
Move quadrature test to test directory
Tip revision: 8f5b028
.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