Ticket #5891 (closed: fixed)
Fix reduction_application.py standalone running
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
reduction_application.py used to be runnable standalone for testing. The test code has been replaced with the ReducerApplication class which doesn't seem to really work.
Change History
comment:2 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to milestone 2.4
comment:3 Changed 8 years ago by Mathieu Doucet
Re #5891 fix broken code
Changeset: 6c8de82b656f5c73af9d391f339919089a1bc221
comment:4 Changed 8 years ago by Nick Draper
- Owner set to Mathieu Doucet
- Status changed from new to assigned
comment:5 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.4 to Release 2.5
Moved at the code freeze for release 2.4
comment:6 Changed 7 years ago by Mathieu Doucet
- Status changed from assigned to accepted
This now works. To test go in Code/Mantid/scripts/interface and try
python reduction_application.py
The application should start. Note that if there is still a crash, it might be because of an instrument UI importing Mantid without making sure that it's available. The author of that UI should then be contacted.
comment:7 Changed 7 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 7 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6737
Re #5891 fix broken code