Skip to content

Commit

Permalink
positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Nov 10, 2023
1 parent ca93876 commit dfc051f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/gcorr/iterate_gcorr.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,7 @@
)

# build command for this script
cmd = [
"python",
os.path.abspath(__file__),
"--gcorr-config",
os.path.abspath(args.config),
]
cmd = ["python", os.path.abspath(__file__), os.path.abspath(args.config)]
for k in [
"allow_extreme",
"gcorr_fit_hist",
Expand Down

0 comments on commit dfc051f

Please sign in to comment.