Skip to content

Commit

Permalink
try a different default
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed May 7, 2024
1 parent 6e4d52f commit 91994ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwemopt/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,6 @@ def parse_args(args):

parser.add_argument("--solverType", default="heuristic")
parser.add_argument("--milpSolver", default="PULP_CBC_CMD")
parser.add_argument("--milpOptions")
parser.add_argument("--milpOptions", default="{}")

return parser.parse_args(args=args)

0 comments on commit 91994ba

Please sign in to comment.