https://github.com/GPflow/GPflow
Revision 94b432847cb82c7627a57987f5c5ddd7fc400414 authored by Jesper Nielsen on 07 March 2022, 09:46:39 UTC, committed by GitHub on 07 March 2022, 09:46:39 UTC
1 parent b272b67
Raw File
Tip revision: 94b432847cb82c7627a57987f5c5ddd7fc400414 authored by Jesper Nielsen on 07 March 2022, 09:46:39 UTC
Upgrade minimally supported versions to Python 3.7 and TensorFlow 2.4. (#1803)
Tip revision: 94b4328
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top