Skip to content

Commit 71c3c93

Browse files
committed
Fix unittest
1 parent ff6f782 commit 71c3c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/trainer_config_helpers/tests/configs/protostr/test_split_datasource.protostr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ model_config {
1919
data_config {
2020
type: "py2"
2121
files: "train.list"
22-
async_load_data: true
22+
async_load_data: false
2323
for_test: false
2424
load_data_module: "a"
2525
load_data_object: "c"
@@ -58,7 +58,7 @@ opt_config {
5858
test_data_config {
5959
type: "py2"
6060
files: "test.list"
61-
async_load_data: true
61+
async_load_data: false
6262
for_test: true
6363
load_data_module: "b"
6464
load_data_object: "d"

0 commit comments

Comments
 (0)