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
File "/home/fusion-neutronics-workflow/MWE.py", line 11, in <module>
nmm.Material(name="H2O", **entry)
File "/opt/conda/lib/python3.9/site-packages/neutronics_material_maker/material.py", line 199, in __init__
self._make_openmc_material()
File "/opt/conda/lib/python3.9/site-packages/neutronics_material_maker/material.py", line 645, in _make_openmc_material
openmc_material = self._add_density(openmc_material)
File "/opt/conda/lib/python3.9/site-packages/neutronics_material_maker/material.py", line 768, in _add_density
raise ValueError(
ValueError: Material.temperature is needed to calculate the density
I suppose that's normal though
The text was updated successfully, but these errors were encountered:
With NMM 1.1.1, running this produces a ModuleNotFoundError.
I suppose it's somehow related to #26
running pip install CoolProp seems to fix it.
But then, I have the following error:
I suppose that's normal though
The text was updated successfully, but these errors were encountered: