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
To simulate a dataset before measurement, it would be useful to be able to set custom pinhole smear or custom slit smear even when there is no data available. When I try this I get
Traceback (most recent call last):
File "/Users/pkienzle/Source/sasview-new/src/sas/sascalc/data_util/calcthread.py", line 268, in _run
self.compute(*args, **kwargs)
ValueError: operands could not be broadcast together with shapes (0,) (49,)
{
"status": "closed",
"changetime": "2016-10-07T14:48:27",
"_ts": "2016-10-07 14:48:27.021691+00:00",
"description": "To simulate a dataset before measurement, it would be useful to be able to set custom pinhole smear or custom slit smear even when there is no data available. When I try this I get\n{{{\nTraceback (most recent call last):\n File \"/Users/pkienzle/Source/sasview-new/src/sas/sascalc/data_util/calcthread.py\", line 268, in _run\n self.compute(*args, **kwargs)\nValueError: operands could not be broadcast together with shapes (0,) (49,) \n}}}",
"reporter": "pkienzle",
"cc": "",
"resolution": "fixed",
"workpackage": "SasView Bug Fixing",
"time": "2016-10-06T16:00:12",
"component": "SasView",
"summary": "cannot set custom smearing without data",
"priority": "blocker",
"keywords": "",
"milestone": "SasView 4.1.0",
"owner": "mathieu",
"type": "defect"
}
The text was updated successfully, but these errors were encountered:
verified on my windows -- The log file has a bit longer of a traceback in some cases. Seems to have been introduced by Mathieu Doucet when adding the rescale functionality.
2016-10-06 21:12:22,845 ERROR Traceback (most recent call last):
File "C:\Users\Paul\git\sasview_new\src\sas\sascalc\data_util\calcthread.py", line 268, in _run
self.compute(*args, **kwargs)
File "C:\Users\Paul\git\sasview_new\src\sas\sasgui\perspectives\fitting\model_thread.py", line 187, in compute
/ output[first_bin:last_bin+1]
ValueError: operands could not be broadcast together with shapes (0) (50)
butler changed milestone from "SasView Next Release +1" to "SasView 4.1.0"
To simulate a dataset before measurement, it would be useful to be able to set custom pinhole smear or custom slit smear even when there is no data available. When I try this I get
Migrated from http://trac.sasview.org/ticket/714
The text was updated successfully, but these errors were encountered: