a-arad / support_queue

1 stars 4 forks source link

change the way data generation params are represented #1

Closed a-arad closed 2 weeks ago

a-arad commented 1 month ago

currently we have,

param1 = ... ...

def data_generator():

some_function(param1)


we should have data_generator accept a dictionary of params, then reference them like param_dict[param] where needed.

ang2887 commented 1 month ago

Can I try this?