You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But If I change H2O = 2 when I define the sample, it never gives an output, but also doesn't return any error messages (E.g., Kernel keeps going forever).
The text was updated successfully, but these errors were encountered:
Going through the testing notebooks using a version of VESical downloaded on 16th of March.
This returns an output:
my_sample2 = {'SiO2': 49,
'TiO2': 1.13,
'Al2O3': 15.86,
'Fe2O3': 0.929,
'FeO': 7.53,
'MgO': 10.05,
'CaO': 12.15,
'Na2O': 2.70,
'K2O': 0.31,
'H2O': 1.0,
'CO2': 0.05}
my_sample2 = v.Sample(my_sample2)
open_df_sample2 = v.calculate_degassing_path(sample=my_sample2, temperature=1200, model='Dixon', fractionate_vapor=1).result
#closed_df_sample2 = v.calculate_degassing_path(sample=my_sample2, temperature=1200, model='Dixon', fractionate_vapor=0).result
But If I change H2O = 2 when I define the sample, it never gives an output, but also doesn't return any error messages (E.g., Kernel keeps going forever).
The text was updated successfully, but these errors were encountered: