https://github.com/GPflow/GPflow
Revision 09c2acaa8f5adc332bce1c2fcf34dedb0b9bfa48 authored by Artem Artemev on 30 May 2019, 14:00:20 UTC, committed by Artem Artemev on 30 May 2019, 14:00:20 UTC
1 parent a6cdb51
Raw File
Tip revision: 09c2acaa8f5adc332bce1c2fcf34dedb0b9bfa48 authored by Artem Artemev on 30 May 2019, 14:00:20 UTC
Replace util.py module with utilities subfolder
Tip revision: 09c2aca
.coveragerc
[report]
omit = *tests*, setup.py
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