Skip to content

Commit

Permalink
fixed coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joni Herttuainen committed Jun 8, 2023
1 parent a31aee6 commit 4fb38f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Breaking Changes
~~~~~~~~~~~~~~~~
- ``nodes.get`` and ``edges.get`` (and ``network.get``) no longer returns a dataframe
- returns a generator yielding tuples of ``(<population_name>, <dataframe>)`` instead
- Removed ``Network.property_dtypes``, ``CircuitIds.index_schema``


Version v1.0.6
Expand Down
5 changes: 0 additions & 5 deletions bluepysnap/circuit_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ def __init__(self, index, sort_index=True):
index = index.sortlevel()[0]
self.index = index

@property
def index_schema(self):
"""Return an empty index with the same names of the wrapped index."""
return pd.MultiIndex.from_tuples([], names=self.index.names)

@classmethod
def _instance(cls, index, sort_index=True):
"""The instance returned by the functions."""
Expand Down

0 comments on commit 4fb38f0

Please sign in to comment.