Skip to content

Commit 8d4d68b

Browse files
authored
change depricated function (#443)
1 parent 2221142 commit 8d4d68b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/explorepy/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def _init_edf_channels(self):
272272
ch_info_list.append({
273273
'label': ch[0],
274274
'dimension': ch[1],
275-
'sample_rate': self._fs,
275+
'sample_frequency': self._fs,
276276
'physical_max': ch[2],
277277
'physical_min': ch[3],
278278
'digital_max': 8388607,

0 commit comments

Comments
 (0)