Skip to content

Commit

Permalink
race condition?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkerns committed Apr 4, 2024
1 parent 626b4f2 commit b4d2c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/source/winston_lutz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,8 @@ values. We offset the BB to the left by 2mm for visualization purposes:
AS1200Image(1000),
FilteredFieldLayer,
dir_out=wl_dir,
final_layers=[GaussianFilterLayer(), ],
bb_size_mm=4,
final_layers=[GaussianFilterLayer(sigma_mm=1), ],
bb_size_mm=5,
field_size_mm=(20, 20),
offset_mm_left=2,
image_axes=[(0, 0, 0), (0, 45, 0), (0, 270, 0),
Expand All @@ -900,7 +900,7 @@ values. We offset the BB to the left by 2mm for visualization purposes:
)

wl = pylinac.WinstonLutz(wl_dir)
wl.analyze(bb_size_mm=4)
wl.analyze(bb_size_mm=5)
print(wl.results())
wl.plot_images(axis=Axis.GBP_COMBO)

Expand Down
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ def build_docs(session):
"docs/build",
"-W",
"--keep-going",
"-j",
"auto",
"-a",
"-E",
"-b",
Expand Down

0 comments on commit b4d2c0c

Please sign in to comment.