Andrew Pontzen

Results 7 issues of Andrew Pontzen

In [small_cosmo_volume.yml](https://github.com/SWIFTSIM/SWIFT/blob/master/examples/SmallCosmoVolume/SmallCosmoVolume_hydro/small_cosmo_volume.yml), the initial temperature of the baryons at z~=50 is set to ~7000K. An accompanying comment says `(1 + z_ini)^2 * 2.72K`. This temperature seems far too high, and...

Overall the onboarding guide is very helpful. However, I found I had to specify paths to FFTW3 and GSL, even though these were both accessible via `pkg-config`. Moreover despite these...

enhancement

Attempt to blindly fix issue reported by Akaxia and Nicole. It is unclear why this issue arises sometimes and not others, but they report this fixes it. ``` 2024-04-29 20:44:41,505...

#211 provides a direct patch for an issue where "Nones" were being ignored when used in inclusion criteria. However, the fix itself masks the deeper issue. If you gather a...

Due presumably to some underlying change in numpy, bools calculated through a comparison had started displaying as e.g. `np.True_` instead of `True`. This prevented the web filtering from working properly...