8afa7fb5dc0ef8bb6f2eb98e97d64821624b4e3c,dlpy/tests/test_speech.py,TestSpeechToTextInit,setUp,#TestSpeechToTextInit#,238
Before Change
print(caslib_path)
print(self.caslib_name)
self.conn.addCaslib(name=self.caslib_name, path=caslib_path,
dataSource=dict(srcType="PATH"), subDirectories=True)
if "DLPY_DATA_DIR_LOCAL" in os.environ:
self.local_path = os.environ.get("DLPY_DATA_DIR_LOCAL")
After Change
if "DLPY_DATA_DIR" in os.environ:
self.data_dir = os.environ.get("DLPY_DATA_DIR")
if self.data_dir.endswith(self.server_sep):
self.data_dir = self.data_dir[:-1]
self.data_dir += self.server_sep
if "DLPY_DATA_DIR_LOCAL" in os.environ:
self.local_dir = os.environ.get("DLPY_DATA_DIR_LOCAL")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: sassoftware/python-dlpy
Commit Name: 8afa7fb5dc0ef8bb6f2eb98e97d64821624b4e3c
Time: 2019-08-02
Author: Xiaozhuo.Cheng@sas.com
File Name: dlpy/tests/test_speech.py
Class Name: TestSpeechToTextInit
Method Name: setUp
Project Name: IDSIA/sacred
Commit Name: 0cd42478586c9cb1febb6b76eea068aac8869a1e
Time: 2018-01-24
Author: dismaldenizen@gmail.com
File Name: sacred/ingredient.py
Class Name: Ingredient
Method Name: __init__
Project Name: sassoftware/python-dlpy
Commit Name: 8afa7fb5dc0ef8bb6f2eb98e97d64821624b4e3c
Time: 2019-08-02
Author: Xiaozhuo.Cheng@sas.com
File Name: dlpy/tests/test_speech.py
Class Name: TestSpeechToText
Method Name: setUpClass