From 446ac9dcb4c6814f1242f9632040820b22097fb5 Mon Sep 17 00:00:00 2001 From: Mitchell Victoriano <47313912+MitchellAV@users.noreply.github.com> Date: Fri, 13 Oct 2023 15:35:15 -0700 Subject: [PATCH] Fix mdb2glm converter autotest intermittent failures (#132) Signed-off-by: Mitchell Victoriano Co-authored-by: David P. Chassin Signed-off-by: David P. Chassin --- converters/autotest/test_mdb2glm_xy_coordinates.glm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converters/autotest/test_mdb2glm_xy_coordinates.glm b/converters/autotest/test_mdb2glm_xy_coordinates.glm index c3616c08b..3c87c5e73 100644 --- a/converters/autotest/test_mdb2glm_xy_coordinates.glm +++ b/converters/autotest/test_mdb2glm_xy_coordinates.glm @@ -2,7 +2,7 @@ #define DIR=.. #endif // exist ../IEEE-13-cyme.mdb -#input "${DIR:-.}/IEEE-13-cyme.mdb" -t cyme -o IEEE-13.glm -p coordinateCSV=IEEE-13-cyme-xy-coordinates.csv +#input "${DIR:-.}/IEEE-13-cyme.mdb" -t cyme -o ./IEEE-13.glm -p coordinateCSV=IEEE-13-cyme-xy-coordinates.csv #ifexist ../IEEE-13-cyme-xy-coordinates.csv #on_exit 0 diff -I '^[#/]' ../IEEE-13-cyme-xy-coordinates.csv IEEE-13-cyme-xy-coordinates.csv > gridlabd.diff