06fc9a515aaade3a17f3944b428fd30320636856,integration_test/test_recipyrc.py,TestRecipyrc,setup_class,#,86
Before Change
TestRecipyrc.test_input_data =\
os.path.join(TestRecipyrc.test_directory,
TestRecipyrc.test_input_data)
with open(TestRecipyrc.test_input_data, "w") as f:
f.write("1,4,9,16")
f.write("\n")
with open(TestRecipyrc.test_script, "w") as f:
f.write("import recipy")
f.write("\n")
f.write("import numpy as np")
After Change
os.path.join(TestRecipyrc.directory, "input.csv")
with open(TestRecipyrc.input_file, "w") as csv_file:
csv_file.write("1,4,9,16\n")
csv_file.write("1,8,27,64\n")
csv_file.write("\n")
TestRecipyrc.output_file =\
os.path.join(TestRecipyrc.directory, "output.csv")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: recipy/recipy
Commit Name: 06fc9a515aaade3a17f3944b428fd30320636856
Time: 2016-09-22
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: setup_class
Project Name: yangyanli/PointCNN
Commit Name: 632ffd19e4edb2077b2c27a50f1654b7453797e6
Time: 2019-03-28
Author: burui11087@gmail.com
File Name: data_conversions/prepare_semantic3d_filelists.py
Class Name:
Method Name: main
Project Name: DistrictDataLabs/yellowbrick
Commit Name: aa1a4d85f30db26a7ef9d3c7dc7692bb00f7a5e5
Time: 2016-10-13
Author: benjamin@bengfort.com
File Name: examples/download.py
Class Name:
Method Name: download_data