diff --git a/elephant/asset/asset.py b/elephant/asset/asset.py index dfe9af719..afff77eaf 100644 --- a/elephant/asset/asset.py +++ b/elephant/asset/asset.py @@ -9,6 +9,7 @@ .. autosummary:: :toctree: _toctree/asset/ + :template: class.rst ASSET @@ -2041,6 +2042,8 @@ def y_edges(self): def is_symmetric(self): """ + Checks if intersection matrix is symmetric or not. + Returns ------- bool