Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Nov 18, 2024
1 parent 1e42f0b commit 57351c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_workflows_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_ps_options_defaults():

def test_phase_linking_options_defaults():
opts = config.PhaseLinkingOptions()
assert opts.ministack_size == 10
assert opts.ministack_size == 15
assert opts.half_window == config.HalfWindow()
assert opts._directory == Path("linked_phase")
assert opts.use_evd is False
Expand Down

0 comments on commit 57351c7

Please sign in to comment.