[BUG] <values> #160
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IPKM/nmreval#160
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?
Current behavior
Manchmal werden die Values nicht angezeigt. Es wird keine Graphenliste angezeigt. Das Problem tritt random auf.
Expected behavior
No response
Steps to reproduce
No response
Log messages
No response
Anything else?
No response
Gibt die Log-Datei Fehler aus? Kann ansonsten halt sehr viele Ursachen haben...
Das log vor dem Interpolationsfehler sagt:
ret_dic = self.reader.export(
File "/tmp/.mount_NMRevaYNDl0K/usr/src/nmreval/io/asciireader.py", line 127, in export
raw_data = np.genfromtxt(BytesIO(tmp_), usecols=cols, missing_values='--')
File "/tmp/.mount_NMRevaYNDl0K/usr/lib/python3/dist-packages/numpy/lib/npyio.py", line 2080, in genfromtxt
raise ValueError(errmsg)
ValueError: Some errors were detected !
Line #1 (got 3 columns instead of 2)
Line #2 (got 3 columns instead of 2)
Line #3 (got 3 columns instead of 2)
Line #4 (got 3 columns instead of 2)
Line #5 (got 3 columns instead of 2)
Line #6 (got 3 columns instead of 2)
Line #7 (got 3 columns instead of 2)
Line #8 (got 3 columns instead of 2)
Line #9 (got 3 columns instead of 2)
Line #10 (got 3 columns instead of 2)
Line #11 (got 3 columns instead of 2)
Line #12 (got 3 columns instead of 2)
Line #13 (got 3 columns instead of 2)
Line #14 (got 3 columns instead of 2)
Line #15 (got 3 columns instead of 2)
Bzw. wenn man auf die Values geht kommt diese Fehlermeldung:
29/11/2023 14:10:16 - ERROR - root : Uncaught exception:
Traceback (most recent call last):
File "/tmp/.mount_NMRevamMrIm6/usr/src/gui_qt/main/mainwindow.py", line 557, in toggle_tabs
pick_required, block_window = self._select_ptswidget(widget == self.ptsselectwidget, False, False)
File "/tmp/.mount_NMRevamMrIm6/usr/src/gui_qt/main/mainwindow.py", line 577, in _select_ptswidget
g = self.management.graphs[self.ptsselectwidget.connected_figure]
KeyError: 'a301e53a-ecbf-4c0a-a39a-7945e9cc3a2d'
Das hilft weiter, ist das gleiche Problem wie #150, offensichtlich gibt es da doch noch Problemstellen...