Skip to content
Snippets Groups Projects
Commit 31f002cd authored by Michael Langguth's avatar Michael Langguth
Browse files

Removed just a small typo resulting from merging process.

parent 55575005
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,7 @@ parser.add_argument("--destination_dir","-dest",dest="destination_dir",type=str, ...@@ -10,8 +10,7 @@ parser.add_argument("--destination_dir","-dest",dest="destination_dir",type=str,
parser.add_argument("--varnames","-vars",dest="varnames", nargs = '+') parser.add_argument("--varnames","-vars",dest="varnames", nargs = '+')
#parser.add_argument("--partition","-part",dest="partition",type=json.loads) #parser.add_argument("--partition","-part",dest="partition",type=json.loads)
# help="--partition allows to control the splitting of the processed data in training, test and validation data. Pass a dictionary-like string.") # help="--partition allows to control the splitting of the processed data in training, test and validation data. Pass a dictionary-like string.")
#parser.add_argument("--partition", type=str, default="")
>>>>>>> origin/test_zam347
args = parser.parse_args() args = parser.parse_args()
target_dir = args.destination_dir target_dir = args.destination_dir
varnames = args.varnames varnames = args.varnames
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment