Skip to content

Commit

Permalink
remove unneeded functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Dec 10, 2024
1 parent e374dc9 commit e296caf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cons_results/imputation/post_imputation.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,3 @@ def rescale_imputed_values(
)

return df # Return the modified DataFrame


def check_imputed_values_constrained(
df: pd.DataFrame, derive_from: list[int]
) -> pd.DataFrame:
# derive total again, DO NOT OVERWRITE RETURN

pass

0 comments on commit e296caf

Please sign in to comment.