https://github.com/GPflow/GPflow
Revision 5e92c76125328834451d27182f982ce3aa618a09 authored by alexggmatthews on 20 April 2016, 08:51:01 UTC, committed by alexggmatthews on 20 April 2016, 08:51:01 UTC
1 parent 320eb50
Raw File
Tip revision: 5e92c76125328834451d27182f982ce3aa618a09 authored by alexggmatthews on 20 April 2016, 08:51:01 UTC
Move from fork to main TensorFlow.
Tip revision: 5e92c76
.coveragerc
[report]
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__.:
back to top