We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bce1e commit 59061a4Copy full SHA for 59061a4
src/rra_population_model/postprocess/upsample/runner.py
@@ -164,7 +164,7 @@ def upsample(
164
)
165
# compiled_time_points = [f"{y}q1" for y in range(1950, 1976)]
166
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')]
+ # time_points = [time_point for time_point in time_points if time_point.startswith('202')]
168
169
print("Upsampling")
170
0 commit comments