Commit fe5e581a authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add default parameters to template featurizer

parent 079baeb7
...@@ -920,8 +920,8 @@ class TemplateHitFeaturizer: ...@@ -920,8 +920,8 @@ class TemplateHitFeaturizer:
max_template_date: str, max_template_date: str,
max_hits: int, max_hits: int,
kalign_binary_path: str, kalign_binary_path: str,
release_dates_path: Optional[str], release_dates_path: Optional[str] = None,
obsolete_pdbs_path: Optional[str], obsolete_pdbs_path: Optional[str] = None,
strict_error_check: bool = False, strict_error_check: bool = False,
_shuffle_top_k_prefiltered: Optional[int] = None, _shuffle_top_k_prefiltered: Optional[int] = None,
): ):
......
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