Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyDeardorff committed Jan 16, 2025
1 parent 9bbc28e commit 51faf85
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/catfim/generate_categorical_fim_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def generate_flows(
# TODO: Aug 2024:
# Filter the meta list to just HUCs in the fim run output or huc if sent in as a param
all_meta_lists = __load_nwm_metadata(
output_catfim_dir, metadata_url, nwm_us_search, nwm_ds_search, nwm_metafile ## TODO: Remove lid to run
output_catfim_dir, metadata_url, nwm_us_search, nwm_ds_search, nwm_metafile
)

end_dt = datetime.now(timezone.utc)
Expand Down Expand Up @@ -638,9 +638,7 @@ def generate_flows(


# local script calls __load_nwm_metadata so FLOG is already setup
def __load_nwm_metadata(
output_catfim_dir, metadata_url, nwm_us_search, nwm_ds_search, nwm_metafile ## TODO: Remove lid to run
):
def __load_nwm_metadata(output_catfim_dir, metadata_url, nwm_us_search, nwm_ds_search, nwm_metafile):

FLOG.trace(metadata_url)

Expand Down

0 comments on commit 51faf85

Please sign in to comment.