Skip to content

Commit 92c5493

Browse files
committed
Rename l to lattice
1 parent e5adc96 commit 92c5493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/srfit/tests/testdiffpyparset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def testDiffpyStructureParSet(self):
4242

4343
a1 = Atom("Cu", xyz=numpy.array([0.0, 0.1, 0.2]), Uisoequiv=0.003)
4444
a2 = Atom("Ag", xyz=numpy.array([0.3, 0.4, 0.5]), Uisoequiv=0.002)
45-
l = Lattice(2.5, 2.5, 2.5, 90, 90, 90)
45+
lattice = Lattice(2.5, 2.5, 2.5, 90, 90, 90)
4646

47-
dsstru = Structure([a1, a2], l)
47+
dsstru = Structure([a1, a2], lattice)
4848
# Structure makes copies
4949
a1 = dsstru[0]
5050
a2 = dsstru[1]

0 commit comments

Comments
 (0)