Opened 18 years ago

Closed 18 years ago

#118 closed defect (fixed)

overflow error in geospatial data - on cyclone compute nodes

Reported by: duncan <duncan@…> Owned by: nick
Priority: low Milestone:
Component: Functionality and features Version: 1.0
Severity: normal Keywords:
Cc: nick.bartzis@…

Description

doing a test all on cyclone nodes (node 20 and 15), I get the following error;

WARNING: File test_advection.py to be excluded from testing
..............................................................E................. ................................................................................ ................................................................................ ................................................................................ ................................................................................ ............................................................sh: line 1: svn: com mand not found
................................................................................ ..................................................
======================================================================
ERROR: test if the results from spilt are disjoin sets
----------------------------------------------------------------------
Traceback (most recent call last):
  File "geospatial_data/test_geospatial_data.py", line 1647, in test_split
    G1, G2  = G.split(factor) #will return G1 with 10% for points and G2 with 90 %
  File "/d/cit/1/dgray/sandpit/anuga/anuga_core/source/anuga/geospatial_data/geo spatial_data.py", line 643, in split
    remainder_list.pop(i)
OverflowError: long int too large to convert to int

----------------------------------------------------------------------
Ran 590 tests in 55.476s

I don't get the error on the head node though (or anywhere else).

Change History (2)

comment:1 Changed 18 years ago by ole

  • Component changed from Appearance and visualisation to Functionality and features
  • Owner changed from ole to nick

comment:2 Changed 18 years ago by nick

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.