https://github.com/GPflow/GPflow
Revision 92cbede7e4cfd1c952219c52dc43bddc74d14abb authored by Sergio Diaz on 20 March 2019, 14:10:13 UTC, committed by Sergio Diaz on 20 March 2019, 14:10:13 UTC
1 parent ec62e55
Raw File
Tip revision: 92cbede7e4cfd1c952219c52dc43bddc74d14abb authored by Sergio Diaz on 20 March 2019, 14:10:13 UTC
Removing len(q_sqrt.shape) and turning q_sqrt in tf.Tensors
Tip revision: 92cbede
.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