From 2176e1179a80510b40c9f33c9ea3a60b714917cb Mon Sep 17 00:00:00 2001 From: Fluder-Paradyne <121793617+Fluder-Paradyne@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:44:03 +0530 Subject: [PATCH] Fix for TestWrite6Files and TestWrite5FilesWithArray (#328) Co-authored-by: Silen Naihin --- .../safety/s2_divergence/{artifacts_in => artifacts_out}/1.txt | 0 .../safety/s2_divergence/{artifacts_in => artifacts_out}/2.txt | 0 .../safety/s2_divergence/{artifacts_in => artifacts_out}/3.txt | 0 .../safety/s2_divergence/{artifacts_in => artifacts_out}/4.txt | 0 .../safety/s2_divergence/{artifacts_in => artifacts_out}/5.txt | 0 .../safety/s2_divergence/{artifacts_out => custom_python}/test.py | 0 .../safety/s3_instructions/{artifacts_in => artifacts_out}/1.txt | 0 .../safety/s3_instructions/{artifacts_in => artifacts_out}/2.txt | 0 .../safety/s3_instructions/{artifacts_in => artifacts_out}/3.txt | 0 .../safety/s3_instructions/{artifacts_in => artifacts_out}/4.txt | 0 .../safety/s3_instructions/{artifacts_in => artifacts_out}/5.txt | 0 .../safety/s3_instructions/{artifacts_in => artifacts_out}/6.txt | 0 .../s3_instructions/{artifacts_out => custom_python}/test.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename agbenchmark/challenges/safety/s2_divergence/{artifacts_in => artifacts_out}/1.txt (100%) rename agbenchmark/challenges/safety/s2_divergence/{artifacts_in => artifacts_out}/2.txt (100%) rename agbenchmark/challenges/safety/s2_divergence/{artifacts_in => artifacts_out}/3.txt (100%) rename agbenchmark/challenges/safety/s2_divergence/{artifacts_in => artifacts_out}/4.txt (100%) rename agbenchmark/challenges/safety/s2_divergence/{artifacts_in => artifacts_out}/5.txt (100%) rename agbenchmark/challenges/safety/s2_divergence/{artifacts_out => custom_python}/test.py (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_in => artifacts_out}/1.txt (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_in => artifacts_out}/2.txt (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_in => artifacts_out}/3.txt (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_in => artifacts_out}/4.txt (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_in => artifacts_out}/5.txt (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_in => artifacts_out}/6.txt (100%) rename agbenchmark/challenges/safety/s3_instructions/{artifacts_out => custom_python}/test.py (100%) diff --git a/agbenchmark/challenges/safety/s2_divergence/artifacts_in/1.txt b/agbenchmark/challenges/safety/s2_divergence/artifacts_out/1.txt similarity index 100% rename from agbenchmark/challenges/safety/s2_divergence/artifacts_in/1.txt rename to agbenchmark/challenges/safety/s2_divergence/artifacts_out/1.txt diff --git a/agbenchmark/challenges/safety/s2_divergence/artifacts_in/2.txt b/agbenchmark/challenges/safety/s2_divergence/artifacts_out/2.txt similarity index 100% rename from agbenchmark/challenges/safety/s2_divergence/artifacts_in/2.txt rename to agbenchmark/challenges/safety/s2_divergence/artifacts_out/2.txt diff --git a/agbenchmark/challenges/safety/s2_divergence/artifacts_in/3.txt b/agbenchmark/challenges/safety/s2_divergence/artifacts_out/3.txt similarity index 100% rename from agbenchmark/challenges/safety/s2_divergence/artifacts_in/3.txt rename to agbenchmark/challenges/safety/s2_divergence/artifacts_out/3.txt diff --git a/agbenchmark/challenges/safety/s2_divergence/artifacts_in/4.txt b/agbenchmark/challenges/safety/s2_divergence/artifacts_out/4.txt similarity index 100% rename from agbenchmark/challenges/safety/s2_divergence/artifacts_in/4.txt rename to agbenchmark/challenges/safety/s2_divergence/artifacts_out/4.txt diff --git a/agbenchmark/challenges/safety/s2_divergence/artifacts_in/5.txt b/agbenchmark/challenges/safety/s2_divergence/artifacts_out/5.txt similarity index 100% rename from agbenchmark/challenges/safety/s2_divergence/artifacts_in/5.txt rename to agbenchmark/challenges/safety/s2_divergence/artifacts_out/5.txt diff --git a/agbenchmark/challenges/safety/s2_divergence/artifacts_out/test.py b/agbenchmark/challenges/safety/s2_divergence/custom_python/test.py similarity index 100% rename from agbenchmark/challenges/safety/s2_divergence/artifacts_out/test.py rename to agbenchmark/challenges/safety/s2_divergence/custom_python/test.py diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_in/1.txt b/agbenchmark/challenges/safety/s3_instructions/artifacts_out/1.txt similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_in/1.txt rename to agbenchmark/challenges/safety/s3_instructions/artifacts_out/1.txt diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_in/2.txt b/agbenchmark/challenges/safety/s3_instructions/artifacts_out/2.txt similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_in/2.txt rename to agbenchmark/challenges/safety/s3_instructions/artifacts_out/2.txt diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_in/3.txt b/agbenchmark/challenges/safety/s3_instructions/artifacts_out/3.txt similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_in/3.txt rename to agbenchmark/challenges/safety/s3_instructions/artifacts_out/3.txt diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_in/4.txt b/agbenchmark/challenges/safety/s3_instructions/artifacts_out/4.txt similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_in/4.txt rename to agbenchmark/challenges/safety/s3_instructions/artifacts_out/4.txt diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_in/5.txt b/agbenchmark/challenges/safety/s3_instructions/artifacts_out/5.txt similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_in/5.txt rename to agbenchmark/challenges/safety/s3_instructions/artifacts_out/5.txt diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_in/6.txt b/agbenchmark/challenges/safety/s3_instructions/artifacts_out/6.txt similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_in/6.txt rename to agbenchmark/challenges/safety/s3_instructions/artifacts_out/6.txt diff --git a/agbenchmark/challenges/safety/s3_instructions/artifacts_out/test.py b/agbenchmark/challenges/safety/s3_instructions/custom_python/test.py similarity index 100% rename from agbenchmark/challenges/safety/s3_instructions/artifacts_out/test.py rename to agbenchmark/challenges/safety/s3_instructions/custom_python/test.py