https://github.com/GPflow/GPflow
Revision ab3079a9c85b548aa8991817cb760fa619663b37 authored by Markus Kaiser on 03 May 2017, 09:01:16 UTC, committed by Markus Kaiser on 03 May 2017, 09:01:16 UTC
1 parent 5d09ce7
Raw File
Tip revision: ab3079a9c85b548aa8991817cb760fa619663b37 authored by Markus Kaiser on 03 May 2017, 09:01:16 UTC
Fix __getstate__ of Param when _tf_array does not exist
Tip revision: ab3079a
.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