1616c52eb25efdaea146c7bcc7f624830da3f59d,tests/fast_tests/test_json.py,TestJSON,test_json,#TestJSON#,25

Before Change


                                               exp_tag=exp_tag)

        // Logging out flow_params to ray"s experiment result folder
        current_path = os.path.realpath(__file__).rsplit("/", 1)[0]
        json_out_file = current_path + "/test_files/flow_params.json"
        with open(json_out_file, "w") as outfile:
            json.dump(flow_params, outfile, cls=NameEncoder, sort_keys=True, indent=4)

After Change


        with open(os.path.expanduser(json_out_file), "w+") as outfile:
            json.dump(config, outfile, cls=NameEncoder, sort_keys=True, indent=4)

        config = get_rllib_config(os.path.expanduser("~"))

        // Fetching values using utility function `get_flow_params`
        imported_flow_params, mce = \
            get_flow_params(config)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: flow-project/flow
Commit Name: 1616c52eb25efdaea146c7bcc7f624830da3f59d
Time: 2018-04-20
Author: vinitsky.eugene@gmail.com
File Name: tests/fast_tests/test_json.py
Class Name: TestJSON
Method Name: test_json


Project Name: flow-project/flow
Commit Name: 5e6e8ee7cb062eab554b84cd5c0df45c0eaa56d1
Time: 2018-04-20
Author: vinitsky.eugene@gmail.com
File Name: tests/fast_tests/test_json.py
Class Name: TestJSON
Method Name: test_json


Project Name: pyinstaller/pyinstaller
Commit Name: 7bad85625be7d4b01ba6c2957d6a177bae9dd170
Time: 2011-04-26
Author: h.goebel@goebel-consult.de
File Name: PyInstaller/__init__.py
Class Name:
Method Name: