Skip to content

Conversation

@anth-volk
Copy link
Contributor

Fixes #213

Summary

  • Change _get_default_us_dataset() to return ECPS_2024 instead of CPS_2023 for US nationwide simulations
  • This makes Enhanced CPS (enhanced_cps_2024.h5) the default dataset for US calculations

Change

# Before
if region_type == "nationwide":
    return CPS_2023

# After  
if region_type == "nationwide":
    return ECPS_2024

Test plan

  • Verify US nationwide simulations use enhanced_cps_2024.h5 by default
  • Verify regional simulations (states, congressional districts) still use their respective datasets

🤖 Generated with Claude Code

Change _get_default_us_dataset() to return ECPS_2024 instead of CPS_2023
for nationwide US simulations.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@anth-volk anth-volk merged commit 47516f8 into 0.x Jan 14, 2026
3 checks passed
@anth-volk anth-volk deleted the use-enhanced-cps-default-0.x branch January 14, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants