No Branch/Tag Specified
Labels
Clear labels
Kind/Breaking
Kind/Bug
Kind/Crash
Kind/Documentation
Kind/Enhancement
Kind/Feature
Reviewed/Won't Fix
Type/BDS
Type/DSC
Type/Fit
Type/General
Type/NMR
Breaking change that won't be backward compatible
Something is not working
This issue describes unexpected shutdowns or non-responsive behaviors
Improves documentation
Improve existing functionality
New feature
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Priority
Very low
The priority is very low
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid isssue
This issue won't be fixed
Status
Need More Info
Feedback is required to reproduce issue or to continue work
Status
On Hold
This issue or pull request is on hold
Status
Stale
Issues without activity for more than 6 months
Issues connected to BDS
Issues connected to DSC
Issue is connected to fitting data
issue connected to general functionality
Issues connected to NMR
Milestone
No items
No Milestone
Assignees
aahmad (Arshid Ahmad)
anisar (Aqsa Nisar)
ckolb (Christian Kolb)
cwolter (Celine Wolter)
dominik (Dominik Demuth)
dwuerz (David Würz)
elisa (Elisa Steinruecken)
fwolter (Finn Wolter)
huczhang (Huanchen Zhang)
jepsinrajkp (Jepsinraj Kakkuzhiyulla Parambath)
kschroeder (Katharina Schroeder)
malbrecht (Maximilian Albrecht)
mandal (Suvendu Mandal)
markusro (Markus Rosenstihl)
mbergmann (Mark Bergmann)
mhaneke (Markus Haneke)
robin (Robin Horstmann)
saeckech (Christoph Säckel)
skloth (Sebastian Kloth)
skrueger (Sandra Krüger)
ypiliauskaya (Yauheniya Piliauskaya)
Clear assignees
No Assignees
dominik
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IPKM/nmreval#160
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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...