Skip to content

Commit

Permalink
removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 10, 2024
1 parent c27daf6 commit ae7ecb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/pg_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_terria_map_workbench_data(self, **kwargs):
run_id: str = ''

# create the sql to get the latest runs for the workbench lookup
sql: str = f"SELECT public.get_latest_runs_test(_insertion_date:={kwargs['insertion_date']}, _met_class:={kwargs['met_class']}, " \
sql: str = f"SELECT public.get_latest_runs(_insertion_date:={kwargs['insertion_date']}, _met_class:={kwargs['met_class']}, " \
f"_physical_location:={kwargs['physical_location']}, _ensemble_name:={kwargs['ensemble_name']}, _project_code:=" \
f"{kwargs['project_code']})"

Expand Down

0 comments on commit ae7ecb2

Please sign in to comment.