https://github.com/GPflow/GPflow
Revision 26ee155d6c1ece65e23f94c3df2a4507aab2dbdb authored by st-- on 25 March 2020, 19:08:28 UTC, committed by GitHub on 25 March 2020, 19:08:28 UTC
1 parent 9481826
Raw File
Tip revision: 26ee155d6c1ece65e23f94c3df2a4507aab2dbdb authored by st-- on 25 March 2020, 19:08:28 UTC
fix typing in gpflow.optimizers.scipy (#1364)
Tip revision: 26ee155
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top