Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
omarrana committed Aug 4, 2017
1 parent 245247c commit 56d567f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/main/AMLGoldStandardGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ static void runBulk() throws Exception {
sCount=1;
while (sCount <= 10) {
if(k==1){
FileManager.filePath = "C:/Users/omar/Desktop/examples/run -2/M"+k+"/"
FileManager.filePath = "C:/Users/omar/Desktop/examples/run -7/M"+k+"/"
+ "M1.1/Testbeds-" + sCount + "/";
// creates folders if not there
FileManager.createDataPath(FileManager.getFilePath()+"Generated/");
Expand All @@ -626,7 +626,7 @@ static void runBulk() throws Exception {
//
}
else{
FileManager.filePath = "C:/Users/omar/Desktop/examples/run -2/"
FileManager.filePath = "C:/Users/omar/Desktop/examples/run -7/"
+ "M"+k+"/Testbeds-" + sCount + "/";
// creates folders if not there
FileManager.createDataPath(FileManager.getFilePath()+"Generated/");
Expand Down

0 comments on commit 56d567f

Please sign in to comment.