nakas commited on
Commit
999ee24
·
1 Parent(s): 527fa1f

Update utils.py

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