Skip to content

Commit

Permalink
remove profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Nov 30, 2021
1 parent e9e72e0 commit f4c0820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mat73/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def unpack_mat(self, hdf5, depth=0):
else:
raise Exception(f'Unknown hdf5 type: {key}:{type(hdf5)}')

@profile
def _has_refs(self, dataset):
if len(dataset.shape)<2: return False
# dataset[0].
Expand Down

0 comments on commit f4c0820

Please sign in to comment.