Skip to content

Commit

Permalink
update with import and a string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
david-z-shi committed May 6, 2021
1 parent 6ba98bd commit 5b4c9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/evaluation/pair_samples.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import os
import shutil
import argpause

def pair_samples(root):
root = str(root)
path = root + '/nsynth/parsed/'
out = root + '/paired/'

Expand Down

0 comments on commit 5b4c9f7

Please sign in to comment.