Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Oct 18, 2023
1 parent 51989fc commit bb1b118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/end2end-tests/data_process/data_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@ def split_data(data, num):
"feature_name": "feat_bucket",
"out_dtype": 'float16',
"transform": {"name": "bucket",
"bucket": [100, 200, 300, 1000]}
"range": [10, 50],
"bucket_cnt": 2,
"slide_window_size": 10
}
}
],
"labels": [
Expand Down

0 comments on commit bb1b118

Please sign in to comment.