update_saved_matches_for#
- powerplantmatching.utils.update_saved_matches_for_(name)#
Update your saved matched for a single source. This is very helpful if you modified/updated a data source and do not want to run the whole matching again.
Example
Assume data source ‘ESE’ changed a little:
>>> pm.utils.update_saved_matches_for_('ESE') ... <Wait for the update> ... >>> pm.collection.matched_data(update=True)
Now the matched_data is updated with the modified version of ESE.