c6685e84a170e0bf6a099d49d29435d2feaa2a94,molecules/data-extractor.py,,,#,108
Before Change
"Each data file contains 25,000 molecules")
args = parser.parse_args()
if args.total_data_files < 1 and args.total_data_files != -1:
print("Error: --total-data-files must be >= 1 or -1 to use all")
sys.exit(1)
total_data_files = args.total_data_files
if args.total_data_files == -1:
total_data_files = None
After Change
if args.max_data_files == -1:
max_data_files = None
data_dir = os.path.join(args.work_dir, "data")
run(args.data_sources, args.filter_regex, max_data_files, data_dir)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 5
Instances
Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: c6685e84a170e0bf6a099d49d29435d2feaa2a94
Time: 2018-08-29
Author: dcavazos@google.com
File Name: molecules/data-extractor.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: d51209696066200aa728831ab3b467cb9c38ae9f
Time: 2018-08-28
Author: dcavazos@google.com
File Name: molecules/data-extractor.py
Class Name:
Method Name:
Project Name: RaRe-Technologies/gensim
Commit Name: 6a289fefd72f038c8cc14826f63624950f5de1f8
Time: 2016-07-13
Author: menshikh.iv@gmail.com
File Name: gensim/models/lda_worker.py
Class Name:
Method Name: main
Project Name: RaRe-Technologies/gensim
Commit Name: 6a289fefd72f038c8cc14826f63624950f5de1f8
Time: 2016-07-13
Author: menshikh.iv@gmail.com
File Name: gensim/models/lda_dispatcher.py
Class Name:
Method Name: main