Skip to content

Commit 51ccf61

Browse files
committed
Add more logging to feature imputation function
1 parent 3403dee commit 51ccf61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/utils/deepinteract_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ def impute_missing_feature_values(output_dir='datasets/Input/final/raw',
701701
for pair_filename in Path(output_dir).rglob('*.dill')]
702702
# Without impute_atom_features set to True, non-CA atoms will be filtered out after writing updated pairs
703703
par.submit_jobs(impute_postprocessed_missing_feature_values, inputs, num_cpus)
704+
logger.info('Feature imputation complete')
704705

705706

706707
def convert_input_pdb_files_to_pair(left_pdb_filepath: str, right_pdb_filepath: str, input_dataset_dir: str,

0 commit comments

Comments
 (0)