Commit 0003c2ab authored by leswing's avatar leswing
Browse files

remove datasets debug statements

parent 90501972
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -244,8 +244,6 @@ class Dataset(object):
        dy = y - y_means
        y_means += dy / n
        y_m2 += dy * (y - y_means)
        print(y_means)
        print(y_m2)
    if n < 2:
      X_stds = 0.0
      y_stds = 0