Skip to content

fix: use total atom counts for defect energies - #1941

Open
njzjz-bot wants to merge 1 commit into
masterfrom
codex/fix-1901-defect-total-atoms
Open

fix: use total atom counts for defect energies#1941
njzjz-bot wants to merge 1 commit into
masterfrom
codex/fix-1901-defect-total-atoms

Conversation

@njzjz-bot

Copy link
Copy Markdown
Collaborator

Summary

  • Count atoms across every species in autotest result data.
  • Use total task and equilibrium atom counts for vacancy and interstitial formation energies.
  • Add multi-species atom-count regression coverage.

Tests

  • python -m unittest tests.auto_test.test_property_atom_count -v
  • ruff check dpgen/auto_test/Property.py dpgen/auto_test/Vacancy.py dpgen/auto_test/Interstitial.py tests/auto_test/test_property_atom_count.py
  • ruff format --check dpgen/auto_test/Property.py dpgen/auto_test/Vacancy.py dpgen/auto_test/Interstitial.py tests/auto_test/test_property_atom_count.py

Fixes #1901

Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh

Fixes #1901

Coding-Agent: Codex

Codex-Version: codex-cli 0.149.0

Model: gpt-5.6-sol

Reasoning-Effort: xhigh
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 34 minutes.

View limit details

Limit details: You’ve used all 2 included reviews currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b1f30ea7-0a5f-432f-921e-612cc9c70d39

📥 Commits

Reviewing files that changed from the base of the PR and between d5ce577 and 7534dfa.

📒 Files selected for processing (4)
  • dpgen/auto_test/Interstitial.py
  • dpgen/auto_test/Property.py
  • dpgen/auto_test/Vacancy.py
  • tests/auto_test/test_property_atom_count.py

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.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 49.81%. Comparing base (d5ce577) to head (7534dfa).

Files with missing lines Patch % Lines
dpgen/auto_test/Interstitial.py 33.33% 2 Missing ⚠️
dpgen/auto_test/Vacancy.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1941   +/-   ##
=======================================
  Coverage   49.80%   49.81%           
=======================================
  Files          83       83           
  Lines       14986    14988    +2     
=======================================
+ Hits         7464     7466    +2     
  Misses       7522     7522           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

[Code scan] Use total atom counts for defect formation energies

1 participant