From 11731b43c0941ef471d17f120fa92898ae548d10 Mon Sep 17 00:00:00 2001 From: roxanne-o Date: Fri, 24 Jan 2025 20:18:58 +0000 Subject: [PATCH] try this??? --- test/integration/integration_test.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/integration/integration_test.py b/test/integration/integration_test.py index 7fc766d7..ef03f515 100644 --- a/test/integration/integration_test.py +++ b/test/integration/integration_test.py @@ -20,11 +20,12 @@ NUM_IQS_TO_IMPROVE_MODEL = 10 ACCETABLE_TRAINED_CONFIDENCE = 0.75 -if EDGE_SETUP: - gl = Groundlight(endpoint="http://localhost:30107") -else: - gl = Groundlight() +# if EDGE_SETUP: +# gl = Groundlight(endpoint="http://localhost:30108") +# else: +# gl = Groundlight() +gl = Groundlight() def main(): parser = argparse.ArgumentParser(