https://github.com/GPflow/GPflow
Revision df6ece2951d6835c71cbd8fa8d9908ee25ea7621 authored by Seth Axen on 12 December 2022, 14:22:33 UTC, committed by GitHub on 12 December 2022, 14:22:33 UTC
* Add usage of monitoring with Adam to notebook

* Add self to contributors

* Update release notes

* Update doc/sphinx/notebooks/getting_started/monitoring.pct.py

Co-authored-by: st-- <st--@users.noreply.github.com>

* Run make format

Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent cce56f8
Raw File
Tip revision: df6ece2951d6835c71cbd8fa8d9908ee25ea7621 authored by Seth Axen on 12 December 2022, 14:22:33 UTC
Add usage of monitoring with Adam to notebook (#2028)
Tip revision: df6ece2
.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