You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A couple of major issues were found during code camp:
the q range is no longer settable. The range test boxes act as labels and the range sliders do not update the boxes either.
Using the example apoferritin.txt data, the perspective computes ok with the default values for background(0) and scale (1) and contrast (8e-6). It also works if you choose to extrapolate both low and high Q. However, if one enters correct values (from the fitting of the data), namely 0.0023 background, 0.0003 scale and 4e04 SLD the calculator fails with:Calculation failed: not enough values to unpack (expected 3, got 0). Enabling the extrapolations leads the same error being thrown for each of the extrapolations (so 3 errors). E.g. the low Q extrapolation leads to Low-q calculation failed: not enough values to unpack (expected 3,got 0)
It is not clear why the correct values should fail unless it is due to the large error bars at high q which cannot be removed due to inability to constrain the q range used.
To Reproduce
Steps to reproduce the behavior:
Load the apoferritin.txt example data
send the data to the invariant perspective -- things should work
try to adjust the range (either with the sliders or manually in the panel) -- you cannot
Change the input parameters to reasonable values
the computation now fails
Expected behavior
it should work
SasView version (please complete the following information):
Version: 5.0.5
Operating system (please complete the following information):
OS: [e.g. Windows 10]
The text was updated successfully, but these errors were encountered:
Describe the bug
A couple of major issues were found during code camp:
Calculation failed: not enough values to unpack (expected 3, got 0)
. Enabling the extrapolations leads the same error being thrown for each of the extrapolations (so 3 errors). E.g. the low Q extrapolation leads toLow-q calculation failed: not enough values to unpack (expected 3,got 0)
It is not clear why the correct values should fail unless it is due to the large error bars at high q which cannot be removed due to inability to constrain the q range used.
To Reproduce
Steps to reproduce the behavior:
apoferritin.txt
example dataExpected behavior
it should work
SasView version (please complete the following information):
Operating system (please complete the following information):
The text was updated successfully, but these errors were encountered: