https://github.com/GPflow/GPflow
Revision 70f18c14b019af9e285f462105e7751bac21e755 authored by st-- on 04 April 2018, 10:13:53 UTC, committed by Artem Artemev on 04 April 2018, 10:13:53 UTC
Allow params_as_tensors_for() to take several objects as varargs
1 parent 455a71f
Raw File
Tip revision: 70f18c14b019af9e285f462105e7751bac21e755 authored by st-- on 04 April 2018, 10:13:53 UTC
allow params_as_tensors_for() to take several objects as varargs (#672)
Tip revision: 70f18c1
.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