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
As an instrument scientist I want to be able to use drtSANS within Mantidworkbench.
Parent
Children
Acceptance Criteria:
Users and instrument scientists can import drtsans and run sans reduction code within Mantidworkbench.
Description, Additional Detail, Context:
Right now users cannot import drtsans when using Mantidworkbench from the script window to the right. It will throw a ModuleNotFound error, even when the Mantidworkbench instance is launched from a sans conda environment, which means one can import drtsans properly from a bash commandline, but cannot do that when Mantidworkbench is initiated within the same environment, as
conda activate sans
mantidworkbench
then in the script window of mantidworkbench, try,
import drtsans
and hit the run button to the top of the window. It gives out the error message.
The text was updated successfully, but these errors were encountered:
As an instrument scientist I want to be able to use drtSANS within Mantidworkbench.
Acceptance Criteria:
Users and instrument scientists can import drtsans and run sans reduction code within Mantidworkbench.
Description, Additional Detail, Context:
Right now users cannot import drtsans when using Mantidworkbench from the script window to the right. It will throw a ModuleNotFound error, even when the Mantidworkbench instance is launched from a sans conda environment, which means one can import drtsans properly from a bash commandline, but cannot do that when Mantidworkbench is initiated within the same environment, as
then in the script window of mantidworkbench, try,
and hit the run button to the top of the window. It gives out the error message.
The text was updated successfully, but these errors were encountered: