PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

fix ActionObject caching

Open abyesilyurt opened this issue 1 year ago • 0 comments

reload_cache was not updating syft_action_data_cache, because syft_created_at was not set properly.

repr-functions use syft_action_data instead of syft_action_data_cache, which handles caching and reloading.

Closes https://github.com/OpenMined/Heartbeat/issues/1427

abyesilyurt avatar Jun 27 '24 15:06 abyesilyurt