Change sys.path.append to sys.path.insert in results.py for each test.

This commit is contained in:
Paul Romano 2014-10-09 16:40:53 -04:00
parent 9d32299e4d
commit 5184ca672e
79 changed files with 79 additions and 79 deletions

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import particle restart
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import particle_restart as pr
# read in particle restart file

View file

@ -3,7 +3,7 @@
import sys
# import particle restart
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import particle_restart as pr
# read in particle restart file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -4,7 +4,7 @@ import sys
import numpy as np
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file

View file

@ -3,7 +3,7 @@
import sys
# import statepoint
sys.path.append('../../src/utils')
sys.path.insert(0, '../../src/utils')
import statepoint
# read in statepoint file