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

Calculation log is not shown until matplotlib windows closed in gg.py #1

Open
sblisesivdin opened this issue Sep 6, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sblisesivdin
Copy link
Contributor

In gg.py, after finishing a calculation with "draw DOS and band figures" options highlighted, the Calculation general log is not drawn after matplotlib figures are shown.

gg.py is logically independent of gpawsolve.py. Therefore we may expect that the final state of the log must be drawn.

@sblisesivdin sblisesivdin added the bug Something isn't working label Sep 6, 2021
@sblisesivdin sblisesivdin self-assigned this Sep 6, 2021
@sblisesivdin
Copy link
Contributor Author

We may use this type of commanding:
cmd = "gpaw -P5 python gpawsolve.py -o -c config.py -i input.cif"
result = os.system(cmd)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant