https://github.com/GPflow/GPflow
Revision d55d166c525667c6d37630b146f69ca2a2c97059 authored by Dave Cole on 23 June 2017, 01:30:18 UTC, committed by Dave Cole on 23 June 2017, 01:31:03 UTC
1 parent 73fa52a
Raw File
Tip revision: d55d166c525667c6d37630b146f69ca2a2c97059 authored by Dave Cole on 23 June 2017, 01:30:18 UTC
Fix gpmc _compile() to support optimiser and return `opt_step`
Tip revision: d55d166
.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