Skip to content

Commit

Permalink
Bugfix rename _calc_p0_from_bounds to calc_p0_from_bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstruck committed Jul 2, 2024
1 parent 59d70e6 commit e5c30ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dadi_cli/parsers/infer_dfe_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _run_infer_dfe(args: argparse.Namespace) -> None:
)

if args.p0 == -1:
args.p0 = _calc_p0_from_bounds(args.lbounds, args.ubounds)
args.p0 = calc_p0_from_bounds(args.lbounds, args.ubounds)


if "://" in args.demo_popt:
Expand Down

0 comments on commit e5c30ee

Please sign in to comment.