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 8a9dc82 commit 8811e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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(os.path.abspath(os.path.join(os.getcwd(), '../tests/data/liquidsreflectometer-data/nexus/')))
mtd_api.config.appendDataSearchDir('tests/data/liquidsreflectometer-data/nexus/')
mtd_api.config["default.facility"] = "SNS"
mtd_api.config["default.instrument"] = "REF_L"

Expand Down

0 comments on commit 8811e76

Please sign in to comment.