Skip to content

Commit

Permalink
Update Fitters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Jul 27, 2019
1 parent 800ce81 commit 98c6764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reliability/Fitters.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(self,failures=None,right_censored=None,left_censored=None, sort_by=
show_quantile_plot=True
else:
LC = left_censored
if show_quantile_plot is None
if show_quantile_plot is None:
show_quantile_plot = False #can't do Kaplan-Meier estimates with left censored data
else:
warnings.warn('show_quantile_plot has been changed to False because left censored data has been supplied')
Expand Down

0 comments on commit 98c6764

Please sign in to comment.