Skip to content

Commit

Permalink
remove dependency on survival implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Nov 28, 2023
1 parent cb5da17 commit a7ea8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bean/model/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ def run_inference(
def identify_model_guide(args):
if args.selection == "sorting":
m = sorting_model
else:
m = survival_model
# else:
# m = survival_model
if args.library_design == "tiling":
info("Using Mixture Normal model...")
return (
Expand Down

0 comments on commit a7ea8ac

Please sign in to comment.