@@ -221,7 +221,7 @@ def test_setQmax(diffpy_structure_available, diffpy_srreal_available):
221
221
from diffpy .structure import Structure
222
222
223
223
if not diffpy_srreal_available :
224
- pytest .skip ("diffpy.structure package not available" )
224
+ pytest .skip ("diffpy.srreal package not available" )
225
225
226
226
pc = PDFContribution ("pdf" )
227
227
pc .setQmax (21 )
@@ -240,7 +240,7 @@ def test_getQmax(diffpy_structure_available, diffpy_srreal_available):
240
240
from diffpy .structure import Structure
241
241
242
242
if not diffpy_srreal_available :
243
- pytest .skip ("diffpy.structure package not available" )
243
+ pytest .skip ("diffpy.srreal package not available" )
244
244
245
245
# cover all code branches in PDFContribution._getMetaValue
246
246
# (1) contribution metadata
@@ -269,7 +269,7 @@ def test_savetxt(
269
269
from diffpy .structure import Structure
270
270
271
271
if not diffpy_srreal_available :
272
- pytest .skip ("diffpy.structure package not available" )
272
+ pytest .skip ("diffpy.srreal package not available" )
273
273
274
274
pc = PDFContribution ("pdf" )
275
275
pc .loadData (datafile ("si-q27r60-xray.gr" ))
@@ -295,7 +295,7 @@ def test_pickling(
295
295
from diffpy .structure import loadStructure
296
296
297
297
if not diffpy_srreal_available :
298
- pytest .skip ("diffpy.structure package not available" )
298
+ pytest .skip ("diffpy.srreal package not available" )
299
299
300
300
pc = PDFContribution ("pdf" )
301
301
pc .loadData (datafile ("ni-q27r100-neutron.gr" ))
0 commit comments