Skip to content

Commit

Permalink
removing run_id from outputs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woodac committed Nov 15, 2024
1 parent 800d518 commit b70419c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/estimation/estimation_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def run_estimation(
df: pd.DataFrame,
config: Dict[str, Any],
write_csv: Callable,
run_id: int,
) -> pd.DataFrame:
"""
Run the estimation module.
Expand All @@ -23,8 +22,6 @@ def run_estimation(
df (pd.DataFrame): The main dataset were estimation will be applied.
config (dict): The configuration settings.
write_csv (Callable): Function to write to a csv file.
This will be the s3, hdfs or network version depending on settings.
run_id (int): The current run id
Returns:
pd.DataFrame: The main dataset after the application of estimation.
Expand Down
2 changes: 0 additions & 2 deletions src/freezing/freezing_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def output_freezing_files(
additions_df: pd.DataFrame,
config: dict,
write_csv: Callable,
run_id: int,
FreezingLogger: logging.Logger,
) -> bool:
"""Save CSVs of amendments and additions for user approval.
Expand All @@ -177,7 +176,6 @@ def output_freezing_files(
config (dict): The pipeline configuration
write_csv (callable): Function to write to a csv file. This will be the
hdfs or network version depending on settings.
run_id (int): The run id for this run.
FreezingLogger (logging.Logger): The logger to log to.
Returns:
Expand Down

0 comments on commit b70419c

Please sign in to comment.