AndySAnker commited on
Commit
524f871
1 Parent(s): 5fd4554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ def PDF_Preparation(Your_PDF_Name, Qmin, Qmax, Qdamp, rmax, nyquist):
61
  # Create a new figure object
62
  fig, ax = plt.subplots()
63
 
64
- print (r)
65
- print (Gr[0,3:])
66
  # Plot the transformation to make sure everything is alright
67
  ax.plot(PDF[:,0], PDF[:,1], label="Original Data")
68
  ax.plot(r, Gr[0,3:], label="Gr ready for ML")
 
61
  # Create a new figure object
62
  fig, ax = plt.subplots()
63
 
64
+ st.write(r)
65
+ st.write(Gr[0,3:])
66
  # Plot the transformation to make sure everything is alright
67
  ax.plot(PDF[:,0], PDF[:,1], label="Original Data")
68
  ax.plot(r, Gr[0,3:], label="Gr ready for ML")