Step enhancement (prelim) - #1424
Conversation
|
@mikibonacci in effort of simplifying the review process for #1400, I will be breaking it down into smaller, focused PRs - each with a minimal scope for ease of review. Hope it helps! This is the first. |
ec3fddf to
07477b9
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## image-fix-pip #1424 +/- ##
=================================================
+ Coverage 72.17% 72.32% +0.15%
=================================================
Files 108 112 +4
Lines 7263 7249 -14
=================================================
+ Hits 5242 5243 +1
+ Misses 2021 2006 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
53e4aec to
82863e1
Compare
82863e1 to
22c8d88
Compare
f520bc7 to
5aa2ee6
Compare
The `is_relaxed` check was only checking if "relax" is in the input properties. However, we also use "relax" for SCF runs in the absence of other properties. It is necessary to also check that indeed the calculation type (in the CONTROL namespace) is "relax" or "vc-relax".
…1439) We were only setting active eigenvalues, missing the unset -1 values in the eigenvalues array. This leads to the misshape. This PR corrects the logic in `set_active_eigenvalues` to ensure all values, set or unset, are represented. --------- Co-authored-by: Edan Bainglass <edan.bainglass@gmail.com>
The widget behaves quite upredictably. For versions of ipywidgets it fails to show the content and prevents other widgets from being loaded.
* For the PP plugin, there is no associated PW calculation to complete the summary report. Therefore, the hardcoded entry has been removed for the PP plugin. --------- Co-authored-by: Edan Bainglass <edan.bainglass@gmail.com>
The app currently depends on the latest AWB, which may break due to the ongoing migration to ipywidgets 8. Version 2.5.0 includes the required feature and provides a stable dependency.
Bump version v25.08.1 -> v26.01.0
…load Update archive downloader w.r.t changes in aiida-core. We no longer check via an import, instead checking if the `.dump` method exists on the node.
22c8d88 to
4255ee0
Compare
|
@mikibonacci this is one of the several PRs on which #1429 is rebased. Let's get these reviewed and merged quickly. Should be easy, as you've already seen these as part of reviewing #1429 🙏🙏🙏 |
aiidalab#1425 changed the widget wrapping the logo causing the CSS class to break. This PR updates the class to accomplish the same image centering.
Add QE app article citation to home app container, app about section, app docs landing page, and app repo README.
This PR resolves circular dependencies caused by placing common things inside the app package, e.g., parameters, entry point utilities, etc.
4255ee0 to
fb9440a
Compare
|
Hadn't noticed that this was being PR'd into another branch, not |
Based on #1337
This PR serves as preliminary work to an overall wizard-step improvement work. It does the following:
DON'T SQUASH-MERGE 🙏
The refactor to step.py files is done in two commits - the first renames the init.py files to step.py, and the second reintroduces the __init__.py files. We MUST merge both (don't squash merge) to ensure history tracking.