You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At several points in PyHyper, most notably integration parameters, opaque dictionaries of flexible parameters are used to switch between several different methods, e.g. Nika vs PyFAI geometries.
It would be more robust and usable if these were replaced with a Dataclass that validated complete inputs and provided state management for the integrator.
Other than a discussion item, the main to-do is find other examples where we use dictionaries of parameters to consider conversion.
The text was updated successfully, but these errors were encountered:
At several points in PyHyper, most notably integration parameters, opaque dictionaries of flexible parameters are used to switch between several different methods, e.g. Nika vs PyFAI geometries.
It would be more robust and usable if these were replaced with a Dataclass that validated complete inputs and provided state management for the integrator.
Other than a discussion item, the main to-do is find other examples where we use dictionaries of parameters to consider conversion.
The text was updated successfully, but these errors were encountered: