equinor / pysand

Sand Management in Python
GNU General Public License v3.0
8 stars 6 forks source link

Mixing series datatypes throws 'is not number' exception #67

Open knudsvik opened 4 years ago

knudsvik commented 4 years ago

np.vectorize(std_step_emerson)(df['v_m'], df['GOR']) raises GOR is not a number exception when df['v_m'] is float and df['GOR'] is int data types. May be related to #63 ?