aiidateam / aiida-wannier90-workflows

A collection of advanced automated workflows to compute Wannier functions using AiiDA and the Wannier90 code
http://aiida-wannier90-workflows.readthedocs.io/
Other
16 stars 17 forks source link

Fix override errors. #53

Closed jiang-yuha0 closed 5 months ago

jiang-yuha0 commented 5 months ago

When set override = {"wannier90":{"meta_parameters":{SOMETHING}}}, the inputs will automatically set to: {"wannier90":{"meta_parameters":{SOMETHING, "exclude_semicore": True}}}. This will make the check of overlap_semicores invalid.

Use deepcopy to temp fix it.

aiida-cla-bot[bot] commented 5 months ago

All contributors have accepted the CLA ✅


You might need to click the "Update/Rebase branch" button to update the pull request and rerun the GitHub actions to pass the CLA check.
Posted by the CLA Assistant Lite bot.

jiang-yuha0 commented 5 months ago

I have read the CLA Document and I hereby accept the CLA

qiaojunfeng commented 5 months ago

great, thanks!