Paul Romano

Results 70 issues of Paul Romano

I noticed that when you have a mesh tally plotted, selecting relative error does not work appropriately. This PR fixes that.

I just realized that #138 broke the Cells/Materials tabs in the Color Options dialog. This PR fixes that along with fixes for obsolete Qt API use (changing `Qt.BackgroundColorRole` to `Qt.BackgroundRole`).

Relatively small PR adding ability to change the default resolution with a `-r`/`--resolution` switch from the command line. Closes #139

I just noticed that [Qt 6](https://www.qt.io/blog/qt-6.0-released) now exists, along with corresponding Python bindings PySide6 and PyQt6. Eventually we'll want to add support for this new version.

# Description I ran into a bug loading a thermal scattering file from HDF5 recently. Namely, the `skewed` dataset for discrete incoherent inelastic angle-energy distribution is not read and converted...

# Description This PR adds an `include_void` argument to `Mesh.get_homogenized_materials`. The default is True, which means that homogenization will account for voids (they will effectively increase the volume and decrease...

## Description Several papers/reports in the literature have documented that the limited PRNG stride in Monte Carlo codes can negatively impact results. For example, see the paper by [Hakim and...

Good for first-timers

As soon as we fixed one CI problem, another one [popped up](https://github.com/enrico-dev/enrico/actions/runs/3651371451). GitHub actions recently changed the default ubuntu distro to 22.04 from 20.04, which appears to have caused problems...

Right now the `SurrogateHeatDriver` class is hardwired to work for a single assembly. To extend support to multiple assemblies, we'll need to add new input options in enrico.xml for specifying...

We recently ran into an issue with a model (longrod) where the bulk fluid temperature hit saturation. With the IAPWS functions, it should be pretty easy to check for this...