https://github.com/GPflow/GPflow
Revision 8094187a5a501e55b0cb34b7ea1d12a5b28643ad authored by Artem Artemev on 06 April 2020, 11:56:58 UTC, committed by GitHub on 06 April 2020, 11:56:58 UTC
Best practice demonstrated in our notebooks
1 parent 90f9a12
Raw File
Tip revision: 8094187a5a501e55b0cb34b7ea1d12a5b28643ad authored by Artem Artemev on 06 April 2020, 11:56:58 UTC
Use AUTOTUNE from tf.data.experimental (#1413)
Tip revision: 8094187
.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