Skip to content

Commit

Permalink
change icezee inputflow logic -- fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mieskolainen committed Jul 10, 2024
1 parent 58bbd53 commit 6af465b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icenet/tools/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def process_data(args, predata, func_factor, mvavars, runmode):

# 2. Split into training, validation, test here
else:
cprint(__name__ + f'.process_data: Splitting into [train, validate, test] = {args["frag"]}', 'magenta')
cprint(__name__ + f'.process_data: Splitting into [train, validate, test] = {args["frac"]}', 'magenta')

permute = args['permute'] if 'permute' in args else True
trn, val, tst = io.split_data(X=X, Y=Y, W=W, ids=ids, frac=args['frac'], permute=permute)
Expand Down

0 comments on commit 6af465b

Please sign in to comment.