https://github.com/GPflow/GPflow
Revision 73fa52aa84b765a86e9505472bdcbceb9c16a79d authored by James Hensman on 20 June 2017, 16:27:06 UTC, committed by GitHub on 20 June 2017, 16:27:06 UTC
Fix parameter ordering so that it's consistent across sessions.
2 parent s f44bc7d + 455de2c
Raw File
Tip revision: 73fa52aa84b765a86e9505472bdcbceb9c16a79d authored by James Hensman on 20 June 2017, 16:27:06 UTC
Merge pull request #417 from GPflow/reproducibleorder
Tip revision: 73fa52a
.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