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
When I try to run the example, in the line:
df = pd.DataFrame(phase_diagram.to_dict())
df.head()
I get an error message:
PanicException Traceback (most recent call last)
Cell In[6], line 1
----> 1 df = pd.DataFrame(phase_diagram.to_dict())
2 df.head()
PanicException: No ideal gas model initialized!
The text was updated successfully, but these errors were encountered:
When I try to run the example, in the line:
df = pd.DataFrame(phase_diagram.to_dict())
df.head()
I get an error message:
PanicException Traceback (most recent call last)
Cell In[6], line 1
----> 1 df = pd.DataFrame(phase_diagram.to_dict())
2 df.head()
PanicException: No ideal gas model initialized!
The text was updated successfully, but these errors were encountered: