Skip to content

Commit

Permalink
fixed qc
Browse files Browse the repository at this point in the history
  • Loading branch information
jirhiker committed Sep 14, 2018
1 parent 28bbb40 commit 44d0688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellpy/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def load_qc_data(self):
type='scatter', color='yellow')

# plot.plot((DEPTH_X, HEAD_Y), color='blue')
self._add_head()
self._add_head(plot, cxs, hs)
self._calculate_deviations(xs, ys, cxs, ds)
self.refresh_plot()
else:
Expand Down

0 comments on commit 44d0688

Please sign in to comment.