Kalin Kiesling
Kalin Kiesling
Update as I was the OP: This error stopped happening for me at some point. I am unsure what the change was that caused it to stop because I wasn't...
Other info: the conda install (`conda install openmc=0.13.2=*mpich*`) seems to be fine
I agree this would be a very useful feature. I assume this would be added as an attribute on the material or cell object that could be read across these...
Additional reason for needing volume for a specific instance is because one cell could be clipped by the universe it's in, in which case simple division by num_instances is not...
Can you provide more detail about what operating system you are using, how you installed the plotter (was it source or from pip), and what command you are running that...
Can you share the output of `conda list` for this environment? I just made a clean environment with openmc and the plotter and was able to launch a model just...
@Ilyavitte this is a known issue with one of OpenMC's dependency's we are trying to resolve still. It does work to install with `mamba` instead of `conda` though (`mamba install...
Alright, so I tried my best to reproduce this error but was still unsuccessful. What I did: - updated my base environment - created a new env from the base...
I know that pip and conda don't necessarily play nice, but it would be good to try to install this separately from my default system environment because I want to...
Okay so actually this may be resolved by creating a blank environment not even with python to start (ie same as the second attempt above, but create new env with...