-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from raphael-group/gc-fix-2
Adding functional tests and updating flag behavior
- Loading branch information
Showing
19 changed files
with
1,488 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
from unit_tests.unit_tests_MLSolver import * | ||
from unit_tests.unit_tests_Simulator import * | ||
#from unit_tests.unit_tests_SpaLinSolver import * | ||
#from unit_tests.unit_tests_TopoSearch import * | ||
#from unit_tests.unit_tests_TopoSearchParallel import * | ||
#from unit_tests.unit_tests_EMSolver import * | ||
#from unit_tests.utils import * | ||
#! /usr/bin/env python | ||
##from laml_unit_tests.unit_tests_MLSolver import * | ||
##from laml_unit_tests.unit_tests_Simulator import * | ||
from laml_unit_tests.unit_tests_TopoSearch import * | ||
from laml_unit_tests.unit_tests_TopoSearchParallel import * | ||
from laml_unit_tests.unit_tests_io import * | ||
import sys | ||
import os | ||
|
||
def main(): | ||
sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers')) | ||
|
||
if __name__ == '__main__': | ||
|
||
sys.path.append(os.path.dirname(__file__)) | ||
sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers')) | ||
print("Running extra tests for LAML...") | ||
unittest.main() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This is s50d50p01_sub250_r01. |
Oops, something went wrong.