https://github.com/GPflow/GPflow
Revision bfacae61c13390ea4f4ff7d5396ff959fcf7739f authored by mathDR on 15 August 2016, 23:19:00 UTC, committed by mathDR on 15 August 2016, 23:19:00 UTC
1 parent 63bb484
Raw File
Tip revision: bfacae61c13390ea4f4ff7d5396ff959fcf7739f authored by mathDR on 15 August 2016, 23:19:00 UTC
added fill_between plotting and maxiter
Tip revision: bfacae6
.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__.:
back to top