https://github.com/GPflow/GPflow
Revision f935f93ffef7930c20f3efab48fe95a4fc203eae authored by Rasmus Bonnevie on 15 March 2017, 09:46:54 UTC, committed by Rasmus Bonnevie on 15 March 2017, 09:46:54 UTC
1 parent fcd6997
Raw File
Tip revision: f935f93ffef7930c20f3efab48fe95a4fc203eae authored by Rasmus Bonnevie on 15 March 2017, 09:46:54 UTC
final np.array removed
Tip revision: f935f93
.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