https://github.com/GPflow/GPflow
Revision fcd3b0005cbdb496e7944a909cae3b651dfd424d authored by st-- on 15 January 2020, 11:08:14 UTC, committed by Artem Artemev on 15 January 2020, 11:08:14 UTC
1 parent cd55917
Raw File
Tip revision: fcd3b0005cbdb496e7944a909cae3b651dfd424d authored by st-- on 15 January 2020, 11:08:14 UTC
Add validation to Parameter.assign() to increase robustness of transforms (#1198)
Tip revision: fcd3b00
.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