https://github.com/GPflow/GPflow
Revision aa98c551b3b7ed663eb8bdc678f1bb98861fcced authored by st-- on 10 May 2018, 14:24:12 UTC, committed by Mark van der Wilk on 10 May 2018, 14:24:12 UTC
* quickfix for bug with params_as_tensors_for

* now last-in first-out as it should be

* fix bug in bug fix
1 parent 17781c2
Raw File
Tip revision: aa98c551b3b7ed663eb8bdc678f1bb98861fcced authored by st-- on 10 May 2018, 14:24:12 UTC
quickfix for bug with params_as_tensors_for (#751)
Tip revision: aa98c55
.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