Skip to content

Commit

Permalink
Use get_parameter() for getting the parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
zshaheen committed Jan 31, 2018
1 parent dddf781 commit 623a493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/monsoon_wang/scripts/mpindex_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
help="Threshold for a hit when computing skill score")


args = P.parse_args(sys.argv[1:])
# args = P.parse_args(sys.argv[1:])
args = P.get_parameter()
modpath = args.modpath
outpathjsons = args.outpathjsons
outpathdata = args.outpathdata
Expand Down

0 comments on commit 623a493

Please sign in to comment.