Skip to content

Commit

Permalink
Update run_prl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
makgyver committed Mar 1, 2019
1 parent d526eb3 commit eec882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_prl.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def manage_options():

parser.add_option("-s", "--seed", dest="seed", default=42, help="Pseudo-random seed for replicability", type="int")
parser.add_option("-t", "--test_size", dest="test_size", default=.3, help="Test set size in percentage [0,1]")
parser.add_option("-c", "--config_file", dest="config_file", default="../config/config.json", help="Configuration file")
parser.add_option("-c", "--config_file", dest="config_file", default="./config/config.json", help="Configuration file")
parser.add_option("-v", "--verbose", dest="verbose", default=False, help="Verbose output", action="store_true")

(options, args) = parser.parse_args()
Expand Down

0 comments on commit eec882c

Please sign in to comment.