Skip to content

Commit

Permalink
Fix for issue #56
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaliki authored Nov 22, 2023
1 parent e3cf6a6 commit d258f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model_angelo/apps/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ def main(parsed_args):
gnn_infer_args.write_hmm_profiles = False
gnn_infer_args.refine = False

gnn_infer_args.aggressive_pruning = True
if parsed_args.config_path is None:
gnn_infer_args.aggressive_pruning = True

logger.info(
f"GNN model refinement round {i + 1} with args: {gnn_infer_args}"
Expand Down

0 comments on commit d258f2f

Please sign in to comment.