Revision cd3559f6eac05928e86505d303b20d4d6ab146b7 authored by Sergio Pascual on 23 October 2019, 12:30:08 UTC, committed by GitHub on 23 October 2019, 12:30:08 UTC
* Some changes in convolutional notebook

* Default summary format now loaded in `print_summary` instead of
tabulate_module_summary

* Default summary format now loaded in `print_summary` instead of
tabulate_module_summary

* Default summary format now loaded in `print_summary` instead of
tabulate_module_summary
1 parent 330074a
Raw File
.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