https://github.com/GPflow/GPflow
Revision 5fc4869f52aa9de9fb16b7f77e514ae9492634a0 authored by Artem Artemev on 14 March 2019, 22:36:39 UTC, committed by Artem Artemev on 14 March 2019, 22:36:39 UTC
1 parent 20894c8
Raw File
Tip revision: 5fc4869f52aa9de9fb16b7f77e514ae9492634a0 authored by Artem Artemev on 14 March 2019, 22:36:39 UTC
Replace get_shape
Tip revision: 5fc4869
.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