nakas commited on
Commit
712ebed
·
1 Parent(s): 534ece8

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -620,7 +620,7 @@ class Utils_functions:
620
  ),
621
  -2,
622
  )
623
- strg = ''.join(np.int16(abwvc * 32767.0))
624
 
625
  return (
626
  np.clip(spec, -1.0, 1.0),
 
620
  ),
621
  -2,
622
  )
623
+ strg = (np.int16(abwvc * 32767.0)).tostring()
624
 
625
  return (
626
  np.clip(spec, -1.0, 1.0),