Closed Kyupii closed 7 months ago
test case:
g = np.array([[1,-1.519]])
conn = np.array([1,1])
props.soil_sorb_est(g,conn)
yields
array([0.42756289, 0.42756289])
I unintentionally fixed this while fixing another issue lol.
props.soil_sorb_est() returns an ND array of length 2 rather than a single float.