Skip to content

Commit e704189

Browse files
committed
fix issue #44
1 parent 0a6edd6 commit e704189

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dabest/_classes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def __init__(self, data, idx, x, y, paired, id_col, ci, resamples,
139139
categories=all_plot_groups,
140140
ordered=True)
141141

142-
# Line 143 added in v0.2.4.
143-
plot_data.dropna(inplace=True)
142+
# # The line below was added in v0.2.4, removed in v0.2.5.
143+
# plot_data.dropna(inplace=True)
144144

145145
self.__plot_data = plot_data
146146

0 commit comments

Comments
 (0)