Event table cannot be pickled in Python3 (PySide2) #18
Labels
No Label
analysis
bug
documentation
enhancement
feature
incompatibility
management
Priority:0
Priority:1
Priority:2
Priority:3
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: marcel/pylot#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to save a project with activated event table (opening tab once), it could not be saved anymore.
Workaround: Not saving event table as part of the project object. However, information on test/ref datasets or notes might be lost after loading a saved project. (Done)
Idea for a better, more costly workaround: Extract data of QTableWidgetItems before adding them to the PyLot-project object and unpack when building Event Table.
Or: Add table object to Mainwindow and only add extract data of QTableWidgetItems to project when saving project and extract when loading project. (To do)