Skip to content

FIX ioi ignore#1131

Merged
gwarmstrong merged 1 commit intomainfrom
georgea/fix-ioi-ignore
Dec 18, 2025
Merged

FIX ioi ignore#1131
gwarmstrong merged 1 commit intomainfrom
georgea/fix-ioi-ignore

Conversation

@gwarmstrong
Copy link
Collaborator

@gwarmstrong gwarmstrong commented Dec 18, 2025

Summary by CodeRabbit

  • Tests
    • Updated dataset exclusion configuration in evaluation tests to consolidate excluded dataset entries.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: George Armstrong <georgea@nvidia.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 18, 2025

📝 Walkthrough

Walkthrough

The EXCLUDED_DATASETS set in the GPU test evaluation file was modified to replace two dataset entries ("ioi24", "ioi25") with a single, more general entry ("ioi").

Changes

Cohort / File(s) Change Summary
Test dataset exclusion updates
tests/gpu-tests/test_eval.py
Updated EXCLUDED_DATASETS set to replace "ioi24" and "ioi25" with "ioi" for dataset preparation/evaluation exclusion.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

  • Simple data structure update affecting only dataset exclusion configuration in a test file; minimal logic impact.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'FIX ioi ignore' directly relates to the changeset, which modifies the EXCLUDED_DATASETS set in the ioi dataset handling by replacing 'ioi24' and 'ioi25' with 'ioi'.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch georgea/fix-ioi-ignore

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between eed4f7e and 5a35a24.

📒 Files selected for processing (1)
  • tests/gpu-tests/test_eval.py (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: unit-tests
  • GitHub Check: pre-commit
🔇 Additional comments (1)
tests/gpu-tests/test_eval.py (1)

36-36: Fix correctly consolidates to the actual dataset directory name.

The change from "ioi24" and "ioi25" to "ioi" is correct. Only the "ioi" dataset directory exists in nemo_skills/dataset/; the previous entries referenced non-existent directories. Since EXCLUDED_DATASETS uses exact string matching for dataset names, this fix ensures the correct dataset is properly excluded from the test suite.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gwarmstrong gwarmstrong merged commit fd5c6e9 into main Dec 18, 2025
5 of 6 checks passed
@gwarmstrong gwarmstrong deleted the georgea/fix-ioi-ignore branch December 18, 2025 19:01
wasiahmad pushed a commit that referenced this pull request Dec 19, 2025
Signed-off-by: George Armstrong <georgea@nvidia.com>
wasiahmad pushed a commit that referenced this pull request Dec 19, 2025
Signed-off-by: George Armstrong <georgea@nvidia.com>

Signed-off-by: wasiahmad <wasiahmad@ucla.edu>
blahblahasdf pushed a commit to blahblahasdf/Skills that referenced this pull request Jan 8, 2026
Signed-off-by: George Armstrong <georgea@nvidia.com>
Signed-off-by: dlord <dlord@nvidia.com>
hsiehjackson pushed a commit that referenced this pull request Jan 13, 2026
Signed-off-by: George Armstrong <georgea@nvidia.com>
Signed-off-by: Cheng-Ping Hsieh <chsieh@nvidia.com>
wasiahmad pushed a commit that referenced this pull request Feb 4, 2026
Signed-off-by: George Armstrong <georgea@nvidia.com>
dgtm777 pushed a commit that referenced this pull request Mar 18, 2026
Signed-off-by: George Armstrong <georgea@nvidia.com>
dgtm777 pushed a commit that referenced this pull request Mar 18, 2026
Signed-off-by: George Armstrong <georgea@nvidia.com>
Signed-off-by: dgitman <dgitman@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant