https://github.com/GPflow/GPflow
Revision 87ef58304e0210858acec255f680b3be187b926f authored by st-- on 13 March 2020, 19:20:30 UTC, committed by GitHub on 13 March 2020, 19:20:30 UTC
patch_size -> patch_shape, IMG_SIZE -> IMAGE_SHAPE
1 parent dbafb10
Raw File
Tip revision: 87ef58304e0210858acec255f680b3be187b926f authored by st-- on 13 March 2020, 19:20:30 UTC
Update convolutional.pct.py (#1314)
Tip revision: 87ef583
.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