Ticket #6491 (closed: fixed)
Problem with BSSreduction loading parameter files.
Reported by: | Stuart Campbell | Owned by: | Stuart Campbell |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | omardiallos@… | Blocked By: | |
Blocking: | Tester: | Michael Reuter |
Description
This has just been noticed on the beam line - I would like to fix it for this release.
Error in execution of algorithm BASISReduction: Python error: Invalid value for property Filename (string) "BASIS_silicon_111_Parameters.xml": File "BASIS_silicon_111_Parameters.xml" not found at line 103 in '/opt/Mantid/plugins/PythonAlgs/BASISReduction.py' caused by line 460 in '/opt/Mantid/bin/mantid/simpleapi.py' caused by line 437 in '/opt/Mantid/bin/mantid/simpleapi.py'
It should be a relatively (hopefully) easy fix and it will be self contained in a python algorithm.
Change History
comment:1 Changed 8 years ago by Stuart Campbell
- Owner set to Stuart Campbell
- Status changed from new to assigned
comment:4 Changed 8 years ago by Stuart Campbell
Added instrument dir to LoadParameter() call.
refs #6491
Changeset: 43b2a542970eb883163e456117c58ee93f0cbd80
comment:5 Changed 8 years ago by Stuart Campbell
- Status changed from accepted to verify
- Resolution set to fixed
This change is really just a fix for this one case, we should look to fix it properly in the next development cycle. see #6505.
comment:6 Changed 8 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
comment:7 Changed 8 years ago by Michael Reuter
- Status changed from verifying to closed
This seems to be working correctly.
comment:8 Changed 8 years ago by Stuart Campbell
Added instrument dir to LoadParameter() call.
refs #6491
Changeset: 43b2a542970eb883163e456117c58ee93f0cbd80
Note: See
TracTickets for help on using
tickets.