https://github.com/GPflow/GPflow
Revision 23ac69ba470618c633e64e53a4bf7635218caac8 authored by Sergio Diaz on 18 March 2019, 16:10:42 UTC, committed by Sergio Diaz on 18 March 2019, 16:10:42 UTC
# Conflicts:
#	gpflow/conditionals/mo_conditionals.py
#	gpflow/conditionals/mo_sample_conditionals.py
#	gpflow/conditionals/util.py
#	gpflow/kernels/mo_kernels.py
#	gpflow/mean_functions.py
#	unsorted_tests/test_multioutput.py
2 parent s e6ce836 + 520f15d
Raw File
Tip revision: 23ac69ba470618c633e64e53a4bf7635218caac8 authored by Sergio Diaz on 18 March 2019, 16:10:42 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-tests-multioutput
Tip revision: 23ac69b
.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