Hamza Salhi commited on
Commit
8f563da
1 Parent(s): 59beb91

Update exercises/block_modelling.py

Browse files
Files changed (1) hide show
  1. exercises/block_modelling.py +1 -1
exercises/block_modelling.py CHANGED
@@ -133,7 +133,7 @@ def block_modelling():
133
  st.title("Block Modelling Exercise")
134
  st.markdown("The figure below is an orthogonal projection of full width intercepts within a narrow vein.")
135
  st.markdown("## **Visual Trend Analysis**")
136
- df = pd.read_csv("..//pdac2021_res_est_course//data//sim_pts.csv")
137
  df = df[df.use==1].copy().reset_index(drop=True)
138
  fig, ax = plot_samps(df)
139
  st.pyplot(fig)
 
133
  st.title("Block Modelling Exercise")
134
  st.markdown("The figure below is an orthogonal projection of full width intercepts within a narrow vein.")
135
  st.markdown("## **Visual Trend Analysis**")
136
+ df = pd.read_csv("data//sim_pts.csv")
137
  df = df[df.use==1].copy().reset_index(drop=True)
138
  fig, ax = plot_samps(df)
139
  st.pyplot(fig)