Skip to content

Commit b5eea32

Browse files
authored
Merge pull request #69 from diffpy/migration
Migration into main
2 parents 551245a + 61269cd commit b5eea32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+449
-171
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/source/examples/distanceprinter.py renamed to docs/examples/distanceprinter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ def _addPairContribution(self, bnds, sumscale):
4747

4848

4949
def get_pyobjcryst_sphalerite():
50-
from pyobjcryst import loadCrystal
50+
from pyobjcryst.crystal import create_crystal_from_cif
5151

52-
crst = loadCrystal("datafiles/sphalerite.cif")
52+
crst = create_crystal_from_cif("datafiles/sphalerite.cif")
5353
return crst
5454

5555

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)