Skip to content

Commit 69dbf52

Browse files
Copilotnjzjz
andcommitted
fix: move data_stat_nbatch to model section in integration test
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent a878838 commit 69dbf52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tests/tf/test_stat_file_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def test_stat_file_save_and_load(self) -> None:
2121
config = {
2222
"model": {
2323
"type_map": ["O", "H"],
24+
"data_stat_nbatch": 1,
2425
"descriptor": {
2526
"type": "se_e2_a",
2627
"sel": [2, 4],
@@ -56,7 +57,6 @@ def test_stat_file_save_and_load(self) -> None:
5657
"batch_size": 1,
5758
},
5859
"numb_steps": 5,
59-
"data_stat_nbatch": 1,
6060
"disp_freq": 1,
6161
"save_freq": 2,
6262
},

0 commit comments

Comments
 (0)