Skip to content

Commit

Permalink
remove debug setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JHogenboom committed Aug 6, 2024
1 parent fa3ff80 commit 2e730b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vantage6_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ def _authenticate(config):

if __name__ == "__main__":
# Read configuration and plotting information from command line arguments
vantage6_config_path = r"C:\Users\p70087077\PycharmProjects\federated-non-expert-info-portal\data\config.json"
plotting_info_path = r"C:\Users\p70087077\PycharmProjects\federated-non-expert-info-portal\plotting_info.json"
vantage6_config_path = sys.argv[1]
plotting_info_path = sys.argv[2]

# Attempt to retrieve the configuration and plotting information
with open(vantage6_config_path, "r") as f:
Expand Down

0 comments on commit 2e730b5

Please sign in to comment.