Skip to content

Commit

Permalink
remove deprecated function (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Jan 13, 2022
1 parent 3e40663 commit c376a40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions strax/processing/pulse_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ def raw_to_records(raw_records):
return records


@export
def copy_raw_records(old, new):
warn('Deprecated, use strax.copy_to_buffer')
strax.copy_to_buffer(old, new, '_copy_raw_records')


@export
def record_length_from_dtype(dtype):
return len(np.zeros(1, dtype)[0]['data'])
Expand Down

0 comments on commit c376a40

Please sign in to comment.