https://github.com/GPflow/GPflow
Revision a61227d00cd335f9da22fb2149491847462795a5 authored by mqbssaby on 11 January 2017, 11:02:07 UTC, committed by mqbssaby on 11 January 2017, 11:02:07 UTC
1 parent 3fb3911
Raw File
Tip revision: a61227d00cd335f9da22fb2149491847462795a5 authored by mqbssaby on 11 January 2017, 11:02:07 UTC
update notebook to plot according to sensitivity indices
Tip revision: a61227d
.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