update readme for latest updates for green-grids version checks.#8
update readme for latest updates for green-grids version checks.#8gauravharsha merged 2 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8 +/- ##
=======================================
Coverage 95.65% 95.65%
=======================================
Files 10 10
Lines 690 690
=======================================
Hits 660 660
Misses 30 30 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This pull request updates the README documentation to include information about the new get_grids_version() method that must be implemented by user-defined Dyson solver classes. This method is used by the self-consistency loop to track and validate the version of green-grids transformation grid files, preventing silent errors when restarting from results files created with different grid versions.
Changes:
- Added documentation for the new required
get_grids_version()method in the Dyson solver interface - Added an example implementation in the code example showing how to implement this method both with and without green-grids dependency
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.