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
When switching to the Inversion perspective for the very first time, the Calculate, Explore and Remove buttons remain grayed out as they should be since no data is available. Further the Parameters are loaded with the defaults while the two suggestion buttons for Number of terms and Reg constant are also grayed out and empty, again as expected given the lack of data.
Once data is sent to the perspective, all buttons become active and the suggested value button updated with the suggested values (eventually -see #3060).
However, when a data set is removed, all the buttons remain active (none are grayed out) though the values of the parameters are reset to the default and the suggested value buttons now have the same default value rather than being blank. If the user then clicks on either the active Calculate button or the Explore button, an error is thrown.
If the Calculate button is pressed the following error is thrown
Once the Calculate button becomes active click the Remove button
Note all buttons remain active
Expected behavior
The 5.0.6 behavior should be restored. Basically, the buttons should return to the status/values that existed prior to loading any data. The only difference could be that the suggested value buttons contain the default values. They should however remain grayed out and not active.
SasView version (please complete the following information):
Version: 6.0.0b2 (works in 5.0.6)
Operating system (please complete the following information):
OS: Windows 10
Additional context
Identified while tracking and verifying bugs reported from the NIST CNR summer school
The text was updated successfully, but these errors were encountered:
Describe the bug
When switching to the Inversion perspective for the very first time, the
Calculate
,Explore
andRemove
buttons remain grayed out as they should be since no data is available. Further the Parameters are loaded with the defaults while the two suggestion buttons for Number of terms and Reg constant are also grayed out and empty, again as expected given the lack of data.Once data is sent to the perspective, all buttons become active and the suggested value button updated with the suggested values (eventually -see #3060).
However, when a data set is removed, all the buttons remain active (none are grayed out) though the values of the parameters are reset to the default and the suggested value buttons now have the same default value rather than being blank. If the user then clicks on either the active
Calculate
button or theExplore
button, an error is thrown.If the
Calculate
button is pressed the following error is thrownIf the
Explore
button is pressed the following error is thrown.To Reproduce
Steps to reproduce the behavior:
Calculate
button becomes active click theRemove
buttonExpected behavior
The 5.0.6 behavior should be restored. Basically, the buttons should return to the status/values that existed prior to loading any data. The only difference could be that the suggested value buttons contain the default values. They should however remain grayed out and not active.
SasView version (please complete the following information):
Operating system (please complete the following information):
Additional context
Identified while tracking and verifying bugs reported from the NIST CNR summer school
The text was updated successfully, but these errors were encountered: