Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Mar 7, 2024
1 parent 38a1434 commit 47a3ede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reduction/test/test_dead_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

import mantid
import mantid.simpleapi as mtd_api
mtd_api.config["default.facility"] = "SNS"
mtd_api.config["default.instrument"] = "REF_L"


def test_deadtime():
"""
Expand Down

0 comments on commit 47a3ede

Please sign in to comment.