Skip to content

Commit

Permalink
try this???
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanne-o committed Jan 24, 2025
1 parent d5aef65 commit 11731b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/integration/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 11731b4

Please sign in to comment.