Skip to content

Commit

Permalink
Fixing derive_estimation_variables test
Browse files Browse the repository at this point in the history
  • Loading branch information
lhubbardONS committed Jan 28, 2025
1 parent ada4855 commit 6234626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbs_results/estimation/pre_processing_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def derive_estimation_variables(
"""

population_frame = convert_cell_number(population_frame, cell_number)
population_frame = convert_cell_number(population_frame, cell_number).drop(columns = "ni_gb_cell_number")

population_frame = population_frame.merge(
calibration_group_map, on=[cell_number], how="left"
Expand Down

0 comments on commit 6234626

Please sign in to comment.