This PR simplifies the target p3_wqp_param_cleaning_info by removing the need to name the function twice with list(clean_conductivity_data = clean_conductivity_data)). The code changes include:
the parameter-specific cleaning functions are now defined as a vector containing the names of each function.
modifications to fxn_to_use in p3_wqp_data_aoi_clean_param return the function associated with the parameter in a given branch of p3_wqp_data_aoi_clean_grp.
This PR simplifies the target
p3_wqp_param_cleaning_info
by removing the need to name the function twice withlist(clean_conductivity_data = clean_conductivity_data))
. The code changes include:fxn_to_use
inp3_wqp_data_aoi_clean_param
return the function associated with the parameter in a given branch ofp3_wqp_data_aoi_clean_grp
.Closes #79