https://github.com/GPflow/GPflow
Revision 745dcf83c79301cb032c2e891edaa5bd762e4a97 authored by Artem Artemev on 11 April 2018, 22:01:29 UTC, committed by Artem Artemev on 11 April 2018, 22:01:29 UTC
1 parent 5e57df5
Raw File
Tip revision: 745dcf83c79301cb032c2e891edaa5bd762e4a97 authored by Artem Artemev on 11 April 2018, 22:01:29 UTC
Bump tensorflow version requirement to 1.5
Tip revision: 745dcf8
.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__.:
    print
back to top