Exception on saving #125
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Crash
Kind/Documentation
Kind/Enhancement
Kind/Feature
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Priority
Very low
Reviewed
Duplicate
Reviewed
Invalid
Reviewed/Won't Fix
Status
Need More Info
Status
On Hold
Status
Stale
Type/BDS
Type/DSC
Type/Fit
Type/General
Type/NMR
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IPKM/nmreval#125
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?
Can not save files.
I did only fit and try to save all things:
Results in exception:
`
28/09/2023 14:40:14 - ERROR - root : Uncaught exception:
Traceback (most recent call last):
File "/tmp/.mount_NMRevaISeH3D/usr/src/gui_qt/main/mainwindow.py", line 1105, in _autosave
NMRWriter(self.management.graphs, self.management.data).export(self.__backup_path)
File "/tmp/.mount_NMRevaISeH3D/usr/src/nmreval/io/sessionwriter.py", line 18, in init
s_state = data[s].get_state()
File "/tmp/.mount_NMRevaISeH3D/usr/src/gui_qt/data/container.py", line 237, in get_state
'data': self._data.get_state(),
File "/tmp/.mount_NMRevaISeH3D/usr/src/nmreval/fit/result.py", line 359, in get_state
state['params'] = {k: v.get_state() for k, v in self.parameter.items()}
File "/tmp/.mount_NMRevaISeH3D/usr/src/nmreval/fit/result.py", line 359, in
state['params'] = {k: v.get_state() for k, v in self.parameter.items()}
File "/tmp/.mount_NMRevaISeH3D/usr/src/nmreval/fit/parameter.py", line 310, in get_state
return {slot: getattr(self, slot) for slot in self.slots}
AttributeError: 'Parameter' object has no attribute 'slots'
`