You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Output folder count is $folder_count, expected 4"
46
+
exit 1
47
+
else
48
+
echo "Output correct number of folders"
49
+
fi
50
+
51
+
# Check for errors in each output CSV file
52
+
for file in $(find . -name "*_example_1_test/example_1_test_duration_1.csv" -o -name "*_example_2_test/example_2_test_duration_1.csv" -o -name "*_example_3_test/example_3_test_duration_1.csv"); do
0 commit comments