We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ciffile
cif_path
1 parent 0752ce9 commit 685e8d5Copy full SHA for 685e8d5
tests/test_pdf.py
@@ -160,8 +160,8 @@ def testGenerator(
160
161
stru = PDFFitStructure()
162
ciffile = datafile("ni.cif")
163
- ciffile = str(ciffile)
164
- stru.read(ciffile)
+ cif_path = str(ciffile)
+ stru.read(cif_path)
165
for i in range(4):
166
stru[i].Bisoequiv = 1
167
gen.setStructure(stru)
@@ -300,8 +300,8 @@ def test_pickling(
300
pc = PDFContribution("pdf")
301
pc.loadData(datafile("ni-q27r100-neutron.gr"))
302
303
304
- ni = loadStructure(ciffile)
+ ni = loadStructure(cif_path)
305
ni.Uisoequiv = 0.003
306
pc.addStructure("ni", ni)
307
pc.setCalculationRange(0, 10)
0 commit comments