Merge branch 'master' of github:TheEdgeOfRage/psiml

This commit is contained in:
Pavle Portic 2018-03-05 22:20:09 +01:00
commit 30923cabe8
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ import numpy as np
import os
def main():
# root = raw_input()
root = 'set/example_4'
root = raw_input()
# root = 'set/example_4'
filename = [f for f in os.listdir(root) if os.path.isfile(os.path.join(root, f))]
filename.sort()
filename = os.path.join(root, filename[0])