Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small ReduceSCD_OneRun bug #9474

Closed
peterfpeterson opened this issue Dec 17, 2013 · 1 comment
Closed

Small ReduceSCD_OneRun bug #9474

peterfpeterson opened this issue Dec 17, 2013 · 1 comment
Assignees
Labels
Diffraction Issues and pull requests related to diffraction
Milestone

Comments

@peterfpeterson
Copy link
Member

Found by Mads:

I was looking through the [https://github.com/mantidproject/mantid/blob/master/Code/Mantid/scripts/SCD_Reduction/ReduceSCD_OneRun.py ReduceSCD_OneRun.py] script and noticed that in line 341 it says:

#!python
if not use_ellipse_integration:

Where it should say:

#!python
if not use_cylindrical_integration:
@peterfpeterson peterfpeterson added the Diffraction Issues and pull requests related to diffraction label Jun 3, 2015
@peterfpeterson
Copy link
Member Author

This issue was originally trac ticket 8630

@peterfpeterson peterfpeterson self-assigned this Jun 3, 2015
@peterfpeterson peterfpeterson added this to the Release 3.1 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Diffraction Issues and pull requests related to diffraction
Projects
None yet
Development

No branches or pull requests

1 participant