Skip to content

Commit

Permalink
Merge pull request #189 from sparks-baird/sgbaird-patch-1
Browse files Browse the repository at this point in the history
Revert imports until conda-forge is bumped
  • Loading branch information
sgbaird authored Jul 28, 2022
2 parents 53c9a51 + 082e1fe commit b459eac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class with and without optional relaxation via

```python
# example_structures is a list of `pymatgen.core.structure.Structure` objects
from xtal2png import XtalConverter, example_structures
from xtal2png.core import XtalConverter
from xtal2png.utils.data example_structures

xc = XtalConverter(relax_on_decode=True)
data = xc.xtal2png(example_structures, show=True, save=True)
Expand Down

0 comments on commit b459eac

Please sign in to comment.