Skip to content

Commit bd384ed

Browse files
committed
remove
1 parent 47c1aa6 commit bd384ed

File tree

4 files changed

+51
-228
lines changed

4 files changed

+51
-228
lines changed

eval_protocol/pytest/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from .default_agent_rollout_processor import default_agent_rollout_processor
22
from .default_dataset_adapter import default_dataset_adapter
3-
from .default_mcp_gym_rollout_processor import default_mcp_gym_rollout_processor
43
from .default_no_op_rollout_process import default_no_op_rollout_processor
54
from .default_single_turn_rollout_process import default_single_turn_rollout_processor
65
from .evaluation_test import evaluation_test
@@ -10,7 +9,6 @@
109
"default_agent_rollout_processor",
1110
"default_no_op_rollout_processor",
1211
"default_single_turn_rollout_processor",
13-
"default_mcp_gym_rollout_processor",
1412
"default_dataset_adapter",
1513
"RolloutProcessor",
1614
"RolloutProcessorConfig",

examples/gpqa/tests/test_evaluation.py

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)