https://github.com/GPflow/GPflow
Revision 03a4e29a08d738e078bfbaf84da69ed4305e564f authored by st-- on 16 January 2020, 12:24:14 UTC, committed by Artem Artemev on 16 January 2020, 12:24:14 UTC
1 parent 36a0853
Raw File
Tip revision: 03a4e29a08d738e078bfbaf84da69ed4305e564f authored by st-- on 16 January 2020, 12:24:14 UTC
Fix issue with tf.cast() and implicit dtype conversion (#1211)
Tip revision: 03a4e29
.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