79493666

Date: 2025-03-08 00:18:47
Score: 0.5
Natty:
Report link

You can try something like this:

df_input = {'supply_temp':0, 'liquid_mass_flow':0,'air_inlet_temp':0}

flow = 60
inputs = np.array([45,flow*988/60000,35])

df_input = {key: input for key, input in  zip(df_input.keys(),inputs)}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adeva1