https://github.com/GPflow/GPflow
Revision 1b0f4b084fed09a2287aaa175c24f36da1d45b00 authored by ByungJun Lee on 26 June 2018, 10:18:10 UTC, committed by Artem Artemev on 26 June 2018, 10:18:10 UTC
1 parent 9d23839
Raw File
Tip revision: 1b0f4b084fed09a2287aaa175c24f36da1d45b00 authored by ByungJun Lee on 26 June 2018, 10:18:10 UTC
Minibatch shape is unknow by default (#704)
Tip revision: 1b0f4b0
.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