Skip to content

Commit

Permalink
Update test_reduction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet authored Oct 10, 2023
1 parent 1779354 commit 8776a68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reduction/test/test_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import mantid
import mantid.simpleapi as mtd_api
import numpy as np

mtd_api.config.appendDataSearchDir('reduction/tests/data/liquidsreflectometer-data/nexus')
mtd_api.config["default.facility"] = "SNS"
mtd_api.config["default.instrument"] = "REF_L"

Expand All @@ -17,8 +17,8 @@ def test_full_reduction():
Test the fill reduction chain
"""
template_path = 'data/template.xml'
mtd_api.config.appendDataSearchDir('tests/data/liquidsreflectometer-data/nexus')
print(os.listdir('tests/data/liquidsreflectometer-data/nexus/'))

#print(os.listdir('tests/data/liquidsreflectometer-data/nexus/'))
qz_all = []
refl_all = []
d_refl_all = []
Expand Down

0 comments on commit 8776a68

Please sign in to comment.