Skip to content

Commit 59061a4

Browse files
committed
remove subset upsample
1 parent d9bce1e commit 59061a4

File tree

1 file changed

+1
-1
lines changed
  • src/rra_population_model/postprocess/upsample

1 file changed

+1
-1
lines changed

src/rra_population_model/postprocess/upsample/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def upsample(
164164
)
165165
# compiled_time_points = [f"{y}q1" for y in range(1950, 1976)]
166166
time_points = clio.convert_choice(time_point, compiled_time_points)
167-
time_points = [time_point for time_point in time_points if time_point.startswith('202')]
167+
# time_points = [time_point for time_point in time_points if time_point.startswith('202')]
168168

169169
print("Upsampling")
170170

0 commit comments

Comments
 (0)