https://github.com/GPflow/GPflow
Revision 7be04c5726cfcdc2c560320cc2930cdc18a0b670 authored by Vincent Dutordoir on 10 July 2019, 09:09:55 UTC, committed by GitHub on 10 July 2019, 09:09:55 UTC
Make sure users don't install TF >= 2.0 with GPflow <= 1.4
1 parent 2352426
Raw File
Tip revision: 7be04c5726cfcdc2c560320cc2930cdc18a0b670 authored by Vincent Dutordoir on 10 July 2019, 09:09:55 UTC
Restrict TensorFlow version < 2.0 (#992)
Tip revision: 7be04c5
.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