Skip to content

Commit

Permalink
fix on interval set
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed May 21, 2024
1 parent 3b02d27 commit acf8f44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pynapple/io/interface_nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,13 @@ def _extract_compatible_data_from_nwbfile(nwbfile):
return data


def _make_interval_set(obj, lazy_loading=True):
def _make_interval_set(obj, **kwargs):
"""Helper function to make IntervalSet
Parameters
----------
obj : pynwb.epoch.TimeIntervals
NWB object
lazy_loading: bool
If True return a memory-view of the data, load otherwise.
Returns
-------
Expand Down

0 comments on commit acf8f44

Please sign in to comment.