Skip to content

Commit

Permalink
Single core 1T test (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoranAngevaare committed Oct 21, 2022
1 parent 49b2657 commit 10c7521
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_1T_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _test_child_options(st, run_id):
f'"{option_name}"!')


def test_1T(ncores=2):
def test_1T(ncores=1):
st = straxen.contexts.xenon1t_dali()
_update_context(st, ncores)
st.register_all(straxen.legacy.plugins_1t.x1t_cuts)
Expand All @@ -121,3 +121,7 @@ def test_1T(ncores=2):
_test_child_options(st, test_run_id_1T)

print(st.context_config)

def test_1T_mc():
# Run multicore
test_1T(2)

0 comments on commit 10c7521

Please sign in to comment.