if tarfile.is_tarfile(newpred_file_path):
tmp_dir_path = os.path.join(os.path.join(
cfg.UPLOAD_FOLDER, "unzipped"), str(uuid.uuid4()))
os.mkdir(tmp_dir_path)
if DISCO_INSTALLED and not in_docker_container:// //TEMP//
big_features_and_tsdata_dict = (
After Change
sep = sepr = ","
all_features_list = cfg.features_list[:] + cfg.features_list_science[:]
tmp_dir_path = tempfile.mkdtemp()
if tarfile.is_tarfile(newpred_file_path):
if DISCO_INSTALLED and not in_docker_container:// //TEMP//
big_features_and_tsdata_dict = (
parallel_processing.featurize_prediction_data_in_parallel(