flaresimulations / synthesizer

Synthesizer - a code for creating synthetic astrophysical observables
https://flaresimulations.github.io/synthesizer/
GNU General Public License v3.0
17 stars 9 forks source link

Making `Grid.get_grid_point` safer #752

Closed WillJRoper closed 1 month ago

WillJRoper commented 1 month ago

Rather than a tuple of ordered axis values get_grid_point now takes kwargs to explicitly specify the axis values. This also generalises the function more cleanly for multidimensional grids.

Closes #747

Issue Type

Checklist