"pcdet/ops/vscode:/vscode.git/clone" did not exist on "13789796f70a033435a8289b3e1361000fc4694c"
Commit 56f0a8a0 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Remove warning

parent 9d4c9357
......@@ -420,7 +420,6 @@ class DataPipeline:
if(template_features["template_aatype"].shape[0] == 0):
template_features = empty_template_feats(len(input_sequence))
msa_features = self._process_msa_feats(alignment_dir)
return {**mmcif_feats, **template_features, **msa_features}
......
......@@ -131,7 +131,7 @@ def _is_after_cutoff(
else:
# Since this is just a quick prefilter to reduce the number of mmCIF files
# we need to parse, we don't have to worry about returning True here.
logging.warning(
logging.info(
"Template structure not in release dates dict: %s", pdb_id
)
return False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment