materialsproject / crystaltoolkit

Crystal Toolkit is a framework for building web apps for materials science and is currently powering the new Materials Project website.
https://docs.crystaltoolkit.org
Other
149 stars 59 forks source link

fix py4dstem structure caching issue when sizes change #365

Closed sezelt closed 1 year ago

sezelt commented 1 year ago

Checklist

Work-in-progress pull requests are encouraged but please mark your PR as draft.

Usually, the following items should be checked before merging a PR:

We recommended installing pre-commit to run all our linters locally. That will increase your development speed since you don't have to wait for our CI to tell about errors, your code will be checked at commit time.

pip install -U pre-commit
pre-commit install