Skip to content

Commit

Permalink
added wiener filt use to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asyates committed Nov 27, 2024
1 parent ecbf7b6 commit 6d2fbfd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion msnoise/test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,12 @@ def test_023_stack():
stack_main('mov', interval)
reset_jobs(db, "STACK", alljobs=True)
stack_main('step', interval)

update_config(db, 'wienerfilt', 'Y')
reset_jobs(db, "STACK", alljobs=True)
stack_main('mov', interval)
stack_main('ref', interval)

db.close()

@pytest.mark.order(24)
Expand Down Expand Up @@ -693,4 +699,4 @@ def test_20000_invoke_script(setup_environment):
]:

result = runner.invoke(cmd)
assert result.exit_code == 0, f"Command failed with exit code {result.exit_code}"
assert result.exit_code == 0, f"Command failed with exit code {result.exit_code}"

0 comments on commit 6d2fbfd

Please sign in to comment.