# Some example scan output for quick(er) testing of routines # with a couple of empty postions and a double ID code testResult = [\ { 'column': 1, 'id': 'SAMPA V4G35F77.118/252933', 'row': 1, 'x': 98.3, 'y': 128.35}, { 'column': 2, 'id': 'SAMPA V4G35F77.118/251555', 'row': 1, 'x': 98.3, 'y': 145.55}, { 'column': 3, 'id': 'SAMPA V4G35F77.118/254182', 'row': 1, 'x': 98.3, 'y': 162.75}, {'column': 4, 'id': None, 'row': 1, 'x': 98.3, 'y': 179.95}, { 'column': 5, 'id': 'SAMPA V4G35F77.118/255012', 'row': 1, 'x': 98.3, 'y': 197.15}, { 'column': 6, 'id': 'SAMPA V4G35F77.118/252990', 'row': 1, 'x': 98.3, 'y': 214.35}, {'column': 7, 'id': None, 'row': 1, 'x': 98.3, 'y': 231.55}, { 'column': 1, 'id': 'SAMPA V4G35F77.118/251169', 'row': 2, 'x': 115.5, 'y': 128.35}, { 'column': 2, 'id': 'SAMPA V4G35F77.118/254164', 'row': 2, 'x': 115.5, 'y': 145.55}, {'column': 3, 'id': None, 'row': 2, 'x': 115.5, 'y': 162.75}, {'column': 4, 'id': 'SAMPA V4G35F77.118/253897', 'row': 2, 'x': 115.5, 'y': 179.95}, { 'column': 5, 'id': 'SAMPA V4G35F77.118/253897', 'row': 2, 'x': 115.5, 'y': 197.15}, {'column': 6, 'id': None, 'row': 2, 'x': 115.5, 'y': 214.35}, {'column': 7, 'id': None, 'row': 2, 'x': 115.5, 'y': 231.55} ] testNonUniqueFailList = [\ ({'column': 4, 'id': 'SAMPA V4G35F77.118/253897', 'row': 2, 'x': 115.5, 'y': 179.95}, { 'column': 5, 'id': 'SAMPA V4G35F77.118/253897', 'row': 2, 'x': 115.5, 'y': 197.15}), ({'column': 7, 'id': 'SAMPA V4G35F77.118/212333', 'row': 8, 'x': 115.5, 'y': 179.95}, { 'column': 5, 'id': 'SAMPA V4G35F77.118/212333', 'row': 2, 'x': 115.5, 'y': 197.15}) ]