Josh Borrow

Results 6 issues of Josh Borrow

The `name` attribute of the unyt array is not pickled/unpicked. Requires changes to the following methods: https://github.com/yt-project/unyt/blob/e86c0500e9c9f29914eed3ef7d8f11c98768eedd/unyt/array.py#L1992 https://github.com/yt-project/unyt/blob/e86c0500e9c9f29914eed3ef7d8f11c98768eedd/unyt/array.py#L2008

help wanted

The solar mass equivalence value: https://github.com/yt-project/unyt/blob/711e2ebc22b59984fab1ee4dfcf745184bdb11dd/unyt/_physical_ratios.py#L22 contains too many digits. http://pdg.lbl.gov/2019/reviews/rpp2018-rev-astrophysical-constants.pdf recommends `1.98841e30 kg` based on 2019 measurements.

Fixes incorrect smoothing on small scales as reported in #16. This also includes the changes to the kernels in another MR (#18); please merge that one first, and then we'll...

There were two copies of the kernel that, thankfully, were the same but were being re-defined in multiple places. This MR centralises the kernel definitions in a header (kind of...

* unyt version: 2.9.5 (tested 2.9.0 too) * Python version: 3.9.7 * Operating System: MacOS ### Description When working with data in float32 around 1e10 (far from precision limit), unyt...