Skip to content

Commit 3e4b235

Browse files
authored
Update test_dataframe.py
1 parent bf01729 commit 3e4b235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_runs/test_converter/test_dataframe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ def test_load_trials(self):
127127
costs=[1.0, 1.0],
128128
budget=1,
129129
seed=-1,
130+
cpu_time=0.0,
130131
start_time=np.int64(0),
131132
end_time=np.int64(1),
132133
status=Status.SUCCESS,
@@ -142,6 +143,7 @@ def test_load_trials(self):
142143
costs=[2.0, 2.0],
143144
budget=2,
144145
seed=-1,
146+
cpu_time=0.0,
145147
start_time=np.int64(1),
146148
end_time=np.int64(2),
147149
status=Status.TIMEOUT,

0 commit comments

Comments
 (0)