Corentin Cadiou
Corentin Cadiou
Supercedes #253 updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/[email protected]) - [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](asottile/[email protected]) - [github.com/nbQA-dev/nbQA: 1.8.4 → 1.8.7](nbQA-dev/[email protected]) - use Python 3.8 as oldest version in config
## PR Summary Rockstar catalogs unfortunately are not self-descriptive. This PR is an attempt to automatically detect the format into which a catalog is written by simply trying all the...
Closes #111. Replaces ```fortran module m implicit none contains real function twice(x) real, intent(in) :: x twice = 2 * x end subroutine sub(x, y) implicit none real, intent(in) ::...
Testing infrastructure has been broken since support for Python 3.9 in yt has been dropped. We should: - [ ] find a way of using `nose` for testing purposes, despite...
Some constants in `yt/utilities/physical_constants` have values that differ from those in unyt. This causes some inconsistencies in the codebase, since part of the code uses unyt's and others use `physical_constants`....
## PR Summary For RAMSES, temperatures are returned in T/µ, so it should not be included in the definition of the temperature unit. To be clear, this does *not* affect...
### Bug report **Bug summary** Currently, the off-axis projection routine for octree dataset precomputes the look of a cell from the camera angle. It does so at different resolutions, ranging...
## PR Summary RAMSES contains a text file that describes some basic element of the AMR structure, including the maximum level of refinment. However, that level may not be reached....
At the moment, the RAMSES frontend supports reading custom files with extra particle fields. This was implemented before the migration to toml, and uses a string format where it could...