Skip to content
Snippets Groups Projects
Commit 6d216bd7 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Account for case-sensitivity when getting file

Refs #20763
parent f1a36fc9
Branches mr_peak_fitting
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class OSIRISDiffractionReductionTest(unittest.TestCase):
Test to ensure reduction with manual dRange list selection completes.
The run here is for dRange 3-4.
"""
wks = OSIRISDiffractionReduction(Sample=['OSI10203.raw', 'OSI10204.raw'],
wks = OSIRISDiffractionReduction(Sample=['OSI10203.raw', 'OSI10204.RAW'],
CalFile='osiris_041_RES10.cal',
Vanadium=['OSI10156.raw', 'OSI10157.raw'],
SpectraMin=3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment