Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.2.1 #117

Merged
merged 2 commits into from
Oct 21, 2020
Merged

Prepare release 1.2.1 #117

merged 2 commits into from
Oct 21, 2020

Conversation

yakutovicha
Copy link
Contributor

No description provided.

Currently, an AiiDA Dict object defined as follows:
```
d = Dict(dict={'a':{'b':1}})
```
Returns two type of errors if the key isn't present:
- `d['x']` returns `AttributeError`
- `d['a']['x'] returns `KeyError`

This PR adapts the `resubmit_unconverged_geometry` handler to
this behaviour.
@yakutovicha
Copy link
Contributor Author

Travis takes a huge amount of time to finish, I will just merge the PR

@yakutovicha yakutovicha merged commit 3aec461 into master Oct 21, 2020
@yakutovicha yakutovicha deleted the release/1.2.1 branch October 21, 2020 17:46
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.

1 participant