Skip to content

Fix wildfire-hard-20 answer: use percentage (4.65) instead of proportion (0.0465)#27

Open
ogiorgil wants to merge 1 commit intomitdbg:mainfrom
ogiorgil:fix/wildfire-hard-20-answer
Open

Fix wildfire-hard-20 answer: use percentage (4.65) instead of proportion (0.0465)#27
ogiorgil wants to merge 1 commit intomitdbg:mainfrom
ogiorgil:fix/wildfire-hard-20-answer

Conversation

@ogiorgil
Copy link
Copy Markdown

Summary

  • The wildfire-hard-20 query asks for "percentage (to 2 decimal places)" but the answer key had 0.0465 (the proportion) instead of 4.65 (the percentage)
  • Fixed the main answer and subtask wildfire-hard-20-7 answer in workload/wildfire.json
  • Fixed the solution script (solutions/wildfire/wildfire-hard-20.py) to multiply by 100
  • Note: dr-input/wildfire/wildfire_random.json already had the correct value of 4.65
  • For reference, wildfire-hard-19 correctly uses 32.76 (not 0.3276) for its percentage answer

Test plan

  • Verify the answer 4.65 matches the output of the corrected solution script
  • Confirm consistency with dr-input/wildfire/wildfire_random.json (already has 4.65)

🤖 Generated with Claude Code

The query asks for "percentage (to 2 decimal places)" but the answer key
had 0.0465 (the proportion 22/473) instead of 4.65 (the percentage).
This also fixes the subtask wildfire-hard-20-7 and the solution script.

For reference, wildfire-hard-19 correctly uses 32.76 (not 0.3276) for
its percentage answer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant