Skip to content

Commit

Permalink
Fix picketfence
Browse files Browse the repository at this point in the history
  • Loading branch information
alanphys committed Sep 19, 2018
1 parent 0a0860c commit ff91ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Folders to ignore
env/*
**/pylinac.egg-info
#**/demo_files
**/demo_files
**/__pycache__
**/.idea

#Files to ignore
*.old
Expand Down
2 changes: 1 addition & 1 deletion pylinac/picketfence.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def plot_analyzed_image(self, guard_rails: bool=True, mlc_peaks: bool=True, over

# generate a leaf error subplot if desired
if leaf_error_subplot:
self._add_leaf_error_subplot(ax, fig)
self._add_leaf_error_subplot(ax)

# plot guard rails and mlc peaks as desired
for p_num, picket in enumerate(self.pickets):
Expand Down

0 comments on commit ff91ffe

Please sign in to comment.