https://github.com/GPflow/GPflow
Revision cf3575898826ce0f04aa65134984ad89d8d18b6e authored by Eric Hammy on 27 March 2020, 15:23:42 UTC, committed by GitHub on 27 March 2020, 15:23:42 UTC
Moved all `mo_` files to be in their own multioutput directory. This should be more sustainable as the number of multioutput items increases
1 parent 66010a4
Raw File
Tip revision: cf3575898826ce0f04aa65134984ad89d8d18b6e authored by Eric Hammy on 27 March 2020, 15:23:42 UTC
moved multioutput module files (#1353)
Tip revision: cf35758
.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