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 3dbdbae commit fc25d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reduction/test/test_dead_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from lr_reduction.utils import amend_config


def test_deadtime():
def test_deadtime(nexus_dir):
"""
Test the time-resolved reduction that uses a measured reference.
It is generally used at 30 Hz but it also works at 60 Hz.
Expand All @@ -29,7 +29,7 @@ def test_deadtime():
assert(c>0)
assert(c<1.001)

def test_deadtime_paralyzable():
def test_deadtime_paralyzable(nexus_dir):
"""
Test the time-resolved reduction that uses a measured reference.
It is generally used at 30 Hz but it also works at 60 Hz.
Expand Down

0 comments on commit fc25d2e

Please sign in to comment.