carry_over_optional¶
- HSTB.kluster.fqpr_vessel.carry_over_optional(starting_data, new_data)¶
Populate the optional and tpu parameters in the new data with the latest existing entry
- Parameters
starting_data (
dict) – base dict to compare againstnew_data (
dict) – new dict to compare with
- Returns
new_data with tpu parameters overrided with the latest entry in starting_data
- Return type
dict