<html>#2667: Test periodic_weight of CarpetReduce produces non numeric output in grid_coordinates.asc
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'> Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'> Version:</td><td>development version</td></tr>
<tr><td style='text-align:right'> Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit thorn</td></tr>
</table>
<p><code>.asc</code> files are registered with the test system (by the ASCII output thorn) as output files to be compared and must be columnar ASCII data files. However <code>periodic_weight</code> enables output for <code>grid_coordinates.asc</code> which do not adhere to that format and instead contain descriptions of the boxes:</p>
<div class="codehilite language-text"><pre><span></span># grid coordinates
# format: map reflevel region mglevel bounding-box
iteration 0
maps 1
0 mglevels 1
0 0 reflevels 1
0 0 0 regions 1
0 0 0 0 ([-2.6,-2.6,-2.6]:[2.4,2.4,2.4]:[0.2,0.2,0.2]/[0,0,0]:[0,0,0]/[26,26,26]/17576)
</pre></div>
<p>which causes the test system to complain:</p>
<div class="codehilite language-text"><pre><span></span>Argument "([-2.6,-2.6,-2.6]:[2.4,2.4,2.4]:[0.2,0.2,0.2]/[0,0,0]:[0..." isn't numeric in subtraction (-) at lib/sbin/RunTestUtils.pl line 1920, <INNEW> line 8.
</pre></div>
<p>the testsuite should be changed to not output this file or give a different name that does not match one of the registered extensions.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2667/test-periodic_weight-of-carpetreduce'>https://bitbucket.org/einsteintoolkit/tickets/issues/2667/test-periodic_weight-of-carpetreduce</a></p>
</html>