https://github.com/GPflow/GPflow
Revision 52294c4c2cc96f768a4a4b7baff5ed2b1c307d7f authored by Artem Artemev on 30 August 2017, 07:55:47 UTC, committed by GitHub on 30 August 2017, 07:55:47 UTC
External TensorFlow Session and Graph control
2 parent s c2e88ee + e7c9901
Raw File
Tip revision: 52294c4c2cc96f768a4a4b7baff5ed2b1c307d7f authored by Artem Artemev on 30 August 2017, 07:55:47 UTC
Merge pull request #471 from GPflow/artemav/session-graph-assign
Tip revision: 52294c4
.coveragerc
[report]
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