Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/test_parallel_pipeline_big.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,15 @@ def test_parallel_pipe_LPRec3d_tomobar_i12_119647_preview(
LPRec3d_tomobar,
method=[
"standard_tomo",
"remove_all_stripe",
],
key=[
"preview",
"normalize",
],
value=[
{"detector_y": {"start": 900, "stop": 1200}},
True,
],
)

Expand Down
9 changes: 9 additions & 0 deletions tests/test_pipeline_big.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,15 @@ def test_pipe_FBP3d_tomobar_i12_119647_preview(
FBP3d_tomobar,
method=[
"standard_tomo",
"remove_all_stripe",
],
key=[
"preview",
"normalize",
],
value=[
{"detector_y": {"start": 900, "stop": 1200}},
True,
],
)

Expand Down Expand Up @@ -166,12 +169,15 @@ def test_pipe_LPRec3d_tomobar_i12_119647_preview(
LPRec3d_tomobar,
method=[
"standard_tomo",
"remove_all_stripe",
],
key=[
"preview",
"normalize",
],
value=[
{"detector_y": {"start": 900, "stop": 1200}},
True,
],
)

Expand Down Expand Up @@ -298,12 +304,15 @@ def test_pipe_FBP3d_tomobar_denoising_i13_177906_preview(
FBP3d_tomobar_denoising,
method=[
"standard_tomo",
"remove_all_stripe",
],
key=[
"preview",
"normalize",
],
value=[
{"detector_y": {"start": 900, "stop": 1200}},
True,
],
)

Expand Down
Loading