Skip to content
Snippets Groups Projects

Fix pickling

Merged Tobias Hangleiter requested to merge hotfix/atsaverage_pickling into main

Mostly reverts 739cb30d. Somehow, combining cached_property with the pickling of local classes leads to a weird error where, even though the customized DAQSettings object from daq.atsaverage.ATS9xx0.DAQSettings should be converted to a builtin dict in core._to_native_types(), there is still some reference to the DAQSettings object which cannot be pickled.

Since I don't feel like debugging this, just revert back to using regular propertys.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading