[BUG] Fitfunktionen verknüpfen #209
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#209
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
Beim Versuch eine Funktion der Form
A + Log-Gaussian*B zu erstellen sagte das Error-Log Dinge die ich nicht lesen kann:
10/01/2024 10:16:46 - ERROR - root : Uncaught exception:
Traceback (most recent call last):
File "/tmp/.mount_NMRevadCW7Dt/usr/src/gui_qt/main/mainwindow.py", line 955, in show_fit_preview
self.fit_dialog.make_previews(x, funcs)
File "/tmp/.mount_NMRevadCW7Dt/usr/src/gui_qt/fit/fitwindow.py", line 456, in make_previews
y = f.func(x, *p_value, **kwargs)
File "/tmp/.mount_NMRevadCW7Dt/usr/src/nmreval/fit/_meta.py", line 160, in func
pr, kw_right = self._right_arguments(*args, **kwargs)
File "/tmp/.mount_NMRevadCW7Dt/usr/src/nmreval/fit/_meta.py", line 148, in _right_arguments
kw_right[k_int] = kwargs[k_ext]
KeyError: 'xaxis_8'
Version
2024-01-03
Expected behavior
No response
Steps to reproduce
No response
Log messages
No response
Anything else?
No response
Ich glaube, ich brauche mehr Infos: Wie sieht denn der Baum aus, den du aus Funktionen gebastelt hast? In den Dingen, die ich versucht habe, hatte ich keine Fehler.
Habe in einem neuen Versuch wieder den gleichen Baum gebaut, siehe Screenshot. Zunächst hat alles funktioniert, dann habe ich zwischenzeitlich au ODR als Fitmethode gewechselt und wieder zurück, dann tauchte der Fehler auf. Im ErrorLog gibt es keine Meldung dazu.