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
Seems like this is mostly about offset parameters.
Also:
Incorrect error messages in those.
Example:
if_actx_in_1_6_ox_mass_0_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
if_pt_data_141_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
ifdof_pick_list_indices_10_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
ifdof_pick_list_indices_11_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
ifdof_pick_lists_10_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
ifdof_pick_lists_11_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
iffrom_el_indices_16_offsetisNone:
raiseRuntimeError("input argument '{var_descr.name}' must be supplied")
inducer
changed the title
Redundant checks for not-supplied parameters in invoker
Redundant checks for not-supplied offset parameters in invoker
Mar 28, 2025
Visible in https://gist.github.com/matthiasdiener/b50910994b638097c37c9162f2005982, as flagged in illinois-ceesd/mirgecom#1101. Interspersed between enqueues.
Seems like this is mostly about offset parameters.
Also:
Example:
cc @matthiasdiener
The text was updated successfully, but these errors were encountered: