https://github.com/GPflow/GPflow
Revision 0fa5e2c615f658a21002a9420f7b5a8d9bb576ce authored by Artem Artemev on 21 October 2017, 10:20:24 UTC, committed by Artem Artemev on 21 October 2017, 10:20:24 UTC
1 parent 99658ed
Raw File
Tip revision: 0fa5e2c615f658a21002a9420f7b5a8d9bb576ce authored by Artem Artemev on 21 October 2017, 10:20:24 UTC
HMC - strict result unfolding in condition.
Tip revision: 0fa5e2c
.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