Ticket #1443 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Problem with SaveSPE

Reported by: Stuart Campbell Owned by: Martyn Gigg
Priority: critical Milestone: Iteration 24
Component: Keywords:
Cc: jon.taylor@… Blocked By:
Blocking: Tester: Michael Whitty

Description

There seems to be a small problem with the SaveSPE writer. It is either writing an extra newline or not one were needed after the Phi Grid section, so you either end up with something like:

 9.125E+02 9.135E+02 9.145E+02 9.155E+02 9.165E+02 9.175E+02 9.185E+02 9.195E+02

### Energy Grid
-8.706E+05-8.638E+05-8.570E+05-8.502E+05-8.434E+05-8.366E+05-8.298E+05-8.230E+05

Looks like a problem with determining the number of angle bins and whether it is a factor of 8.

or

 5.119E+04 5.119E+04 5.119E+04 5.120E+04 5.120E+04 5.120E+04 5.120E+04 5.120E+04
 5.120E+04### Energy Grid
-2.900E+00-2.896E+00-2.892E+00-2.888E+00-2.884E+00-2.880E+00-2.876E+00-2.872E+00

Change History

comment:1 Changed 10 years ago by Stuart Campbell

  • Cc jon.taylor@… added

comment:2 Changed 10 years ago by Nick Draper

  • Owner set to Martyn Gigg
  • Status changed from new to assigned

comment:3 Changed 10 years ago by Martyn Gigg

  • Status changed from assigned to verify
  • Resolution set to fixed

(In [5876]) Fix problem with new lines around the Phi Grid section in SaveSPE. Fixes #1443

comment:4 Changed 10 years ago by Michael Whitty

  • Status changed from verify to verifying
  • Tester set to Michael Whitty

comment:5 Changed 10 years ago by Michael Whitty

  • Status changed from verifying to closed

verified working in #5878

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2290

Note: See TracTickets for help on using tickets.