d2eb64141030348ad5555b9ed7295130adfe0900,tests/test_model_remote.py,,,#,12
Before Change
file_path = os.path.dirname(os.path.realpath(__file__))
subprocess.Popen([os.path.join(file_path, "cpproblight/test_gum_marsaglia")])
class ModelRemoteTestCase(unittest.TestCase):
def __init__(self, *args, **kwargs):
class GaussianWithUnknownMeanMarsagliaCPP(ModelRemote):
After Change
if __name__ == "__main__":
try:
file_path = os.path.dirname(os.path.realpath(__file__))
cpproblight = subprocess.Popen([os.path.join(file_path, "cpproblight/test_gum_marsaglia")], preexec_fn=os.setsid)
unittest.main(verbosity=2)
except KeyboardInterrupt:
print("Stopped")
except Exception:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: pyprob/pyprob
Commit Name: d2eb64141030348ad5555b9ed7295130adfe0900
Time: 2018-02-20
Author: atilimgunes.baydin@gmail.com
File Name: tests/test_model_remote.py
Class Name:
Method Name:
Project Name: flow-project/flow
Commit Name: c6d0bd231bb5b2228e3416b80a5da1b9306e5f69
Time: 2017-12-24
Author: cathywu@eecs.berkeley.edu
File Name: flow/envs/base_env.py
Class Name: SumoEnvironment
Method Name: start_sumo
Project Name: cesium-ml/cesium
Commit Name: fa54e16fc67e50145f18011e2872287f67a90a69
Time: 2016-02-10
Author: stefanv@berkeley.edu
File Name: tools/casper_tests.py
Class Name:
Method Name: