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

Debug level log in SmoothNeighbours needs a line break #8373

Closed
mantid-builder opened this issue Jul 26, 2013 · 1 comment
Closed

Debug level log in SmoothNeighbours needs a line break #8373

mantid-builder opened this issue Jul 26, 2013 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Keith Brown

On windows, while testing http://trac.mantidproject.org/mantid/ticket/7441 and running the algorithm on CNCS_7860_event, a couple of the logs didn't have line breaks, see below.

Parameters:
  Name: InputWorkspace, Value: CNCS_7860_event, Default?: No, Direction: Input
  Name: OutputWorkspace, Value: 7860, Default?: No, Direction: Output
  Name: WeightedSum, Value: Flat, Default?: Yes, Direction: Input
  Name: Sigma, Value: 0.5, Default?: Yes, Direction: Input
  Name: IgnoreMaskedDetectors, Value: 0, Default?: No, Direction: Input
  Name: PreserveEvents, Value: 0, Default?: No, Direction: Input8 cores found. Performing sort with 1 cores per EventList, in 0 threads, using a chunk size of 320.

  Name: AdjX, Value: 1, Default?: Yes, Direction: Input
  Name: AdjY, Value: 1, Default?: Yes, Direction: Input
  Name: SumPixelsX, Value: 1, Default?: Yes, Direction: Input
  Name: SumPixelsY, Value: 1, Default?: Yes, Direction: Input
  Name: ZeroEdgePixels, Value: 0, Default?: Yes, Direction: Input
  Name: RadiusUnits, Value: Meters, Default?: Yes, Direction: Input
  Name: Radius, Value: 0, Default?: Yes, Direction: Input
  Name: NumberOfNeighbours, Value: 8, Default?: Yes, Direction: Input
  Name: SumNumberOfNeighbours, Value: 1, Default?: Yes, Direction: InputSmoothNeighbours processing NOT assuming rectangular detectors.

Read-locking CNCS_7860_event
Smoothing with Flat Weighting

However this is just in the log at debug level so it has no impact on the algorithm itself.

As the person who fixed http://trac.mantidproject.org/mantid/ticket/7441 was on Ubuntu, it is suspected it's due to the difference in end of line characters between platforms.

@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 7528

@mantid-builder mantid-builder added Low Priority Things that you don't ever want to be done. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

2 participants