Closed jiang-yuha0 closed 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.
I have read the CLA Document and I hereby accept the CLA
great, thanks!
When set
override = {"wannier90":{"meta_parameters":{SOMETHING}}}
, theinputs
will automatically set to:{"wannier90":{"meta_parameters":{SOMETHING, "exclude_semicore": True}}}
. This will make the check ofoverlap_semicores
invalid.Use
deepcopy
to temp fix it.