Skip to content

Commit 62a2be6

Browse files
committed
test: adjust testing dataset arguments to satisfy input requirements of some models;
1 parent 61bc4b7 commit 62a2be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/global_test_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# set the number of epochs for all model training
2121
EPOCHS = 2
2222
# set the number of prediction steps for forecasting models
23-
N_STEPS = 10
24-
N_PRED_STEPS = 3
23+
N_STEPS = 14
24+
N_PRED_STEPS = 2
2525
N_FEATURES = 5
2626
# tensorboard and model files saving directory
2727
RESULT_SAVING_DIR = "testing_results"

0 commit comments

Comments
 (0)