From 79c345ee9dfc3876d8255a4b48e010ca1ca8e3c0 Mon Sep 17 00:00:00 2001 From: Timothyxxx <384084775@qq.com> Date: Sat, 2 Mar 2024 13:06:35 +0800 Subject: [PATCH] Update infeasible examples --- .../045bf3ff-9077-4b86-b483-a1040a949cff.json | 6 +----- .../2e6f678f-472d-4c55-99cc-8e7c5c402a71.json | 6 +----- .../58d3eeeb-e9d0-499f-962e-fd0db2a744d8.json | 6 +----- .../8ea73f6f-9689-42ad-8c60-195bbf06a7ba.json | 6 +----- .../dbbf4b99-2253-4b10-9274-45f246af2466.json | 6 +----- .../6d72aad6-187a-4392-a4c4-ed87269c51cf.json | 18 ++++++++++++++++++ 6 files changed, 23 insertions(+), 25 deletions(-) create mode 100644 evaluation_examples/examples/multi_apps/6d72aad6-187a-4392-a4c4-ed87269c51cf.json diff --git a/evaluation_examples/examples/gimp/045bf3ff-9077-4b86-b483-a1040a949cff.json b/evaluation_examples/examples/gimp/045bf3ff-9077-4b86-b483-a1040a949cff.json index 54e5534..cfe57ee 100644 --- a/evaluation_examples/examples/gimp/045bf3ff-9077-4b86-b483-a1040a949cff.json +++ b/evaluation_examples/examples/gimp/045bf3ff-9077-4b86-b483-a1040a949cff.json @@ -30,10 +30,6 @@ "gimp" ], "evaluator": { - "func": "infeasible", - "expected": { - }, - "result": { - } + "func": "infeasible" } } \ No newline at end of file diff --git a/evaluation_examples/examples/gimp/2e6f678f-472d-4c55-99cc-8e7c5c402a71.json b/evaluation_examples/examples/gimp/2e6f678f-472d-4c55-99cc-8e7c5c402a71.json index 6f7b55e..8cbd02d 100644 --- a/evaluation_examples/examples/gimp/2e6f678f-472d-4c55-99cc-8e7c5c402a71.json +++ b/evaluation_examples/examples/gimp/2e6f678f-472d-4c55-99cc-8e7c5c402a71.json @@ -37,10 +37,6 @@ "gimp" ], "evaluator": { - "func": "infeasible", - "expected": { - }, - "result": { - } + "func": "infeasible" } } \ No newline at end of file diff --git a/evaluation_examples/examples/gimp/58d3eeeb-e9d0-499f-962e-fd0db2a744d8.json b/evaluation_examples/examples/gimp/58d3eeeb-e9d0-499f-962e-fd0db2a744d8.json index 5fe5537..78cb3a5 100644 --- a/evaluation_examples/examples/gimp/58d3eeeb-e9d0-499f-962e-fd0db2a744d8.json +++ b/evaluation_examples/examples/gimp/58d3eeeb-e9d0-499f-962e-fd0db2a744d8.json @@ -30,10 +30,6 @@ "gimp" ], "evaluator": { - "func": "infeasible", - "expected": { - }, - "result": { - } + "func": "infeasible" } } \ No newline at end of file diff --git a/evaluation_examples/examples/gimp/8ea73f6f-9689-42ad-8c60-195bbf06a7ba.json b/evaluation_examples/examples/gimp/8ea73f6f-9689-42ad-8c60-195bbf06a7ba.json index a19c2a5..582ff91 100644 --- a/evaluation_examples/examples/gimp/8ea73f6f-9689-42ad-8c60-195bbf06a7ba.json +++ b/evaluation_examples/examples/gimp/8ea73f6f-9689-42ad-8c60-195bbf06a7ba.json @@ -30,10 +30,6 @@ "gimp" ], "evaluator": { - "func": "infeasible", - "expected": { - }, - "result": { - } + "func": "infeasible" } } \ No newline at end of file diff --git a/evaluation_examples/examples/gimp/dbbf4b99-2253-4b10-9274-45f246af2466.json b/evaluation_examples/examples/gimp/dbbf4b99-2253-4b10-9274-45f246af2466.json index f9087f3..292c9fe 100644 --- a/evaluation_examples/examples/gimp/dbbf4b99-2253-4b10-9274-45f246af2466.json +++ b/evaluation_examples/examples/gimp/dbbf4b99-2253-4b10-9274-45f246af2466.json @@ -30,10 +30,6 @@ "gimp" ], "evaluator": { - "func": "infeasible", - "expected": { - }, - "result": { - } + "func": "infeasible" } } \ No newline at end of file diff --git a/evaluation_examples/examples/multi_apps/6d72aad6-187a-4392-a4c4-ed87269c51cf.json b/evaluation_examples/examples/multi_apps/6d72aad6-187a-4392-a4c4-ed87269c51cf.json new file mode 100644 index 0000000..de4a9f4 --- /dev/null +++ b/evaluation_examples/examples/multi_apps/6d72aad6-187a-4392-a4c4-ed87269c51cf.json @@ -0,0 +1,18 @@ +{ + "id": "6d72aad6-187a-4392-a4c4-ed87269c51cf", + "snapshot": "libreoffice_calc", + "instruction": "Could you please converting OpenOffice Impress presentation to video and play it with VLC?", + "source": "https://superuser.com/questions/923171/converting-openoffice-impress-presentation-to-video-without-screen-recording", + "config": [ + ], + "trajectory": "trajectories/6d72aad6-187a-4392-a4c4-ed87269c51cf", + "related_apps": [ + "libreoffice_calc", + "libreoffice_impress", + "libreoffice_writer", + "vlc" + ], + "evaluator": { + "func": "infeasible" + } +}