CoolFace
Apppublic

Nymbo/self-hosted-python

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes
scikit-image-tests.js1 linesDownload Raw Back to root
1var Module=typeof globalThis.__pyodide_module!=="undefined"?globalThis.__pyodide_module:{};if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){var loadPackage=function(metadata){var PACKAGE_PATH="";if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof process==="undefined"&&typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}var PACKAGE_NAME="scikit-image-tests.data";var REMOTE_PACKAGE_BASE="scikit-image-tests.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata["remote_package_size"];var PACKAGE_UUID=metadata["package_uuid"];function fetchRemotePackage(packageName,packageSize,callback,errback){if(typeof process==="object"){require("fs").readFile(packageName,(function(err,contents){if(err){errback(err)}else{callback(contents.buffer)}}));return}var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,(function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}}),handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","lib",true,true);Module["FS_createPath"]("/lib","python3.9",true,true);Module["FS_createPath"]("/lib/python3.9","site-packages",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","skimage",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","_shared",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/_shared","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","color",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/color","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","data",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/data","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","draw",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/draw","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","exposure",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/exposure","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","feature",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/feature","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","filters",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/filters","rank",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/filters/rank","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/filters","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","graph",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/graph","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","io",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/io","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","measure",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/measure","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","metrics",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/metrics","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","morphology",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/morphology","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","restoration",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/restoration","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","segmentation",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/segmentation","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","transform",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/transform","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","util",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/util","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage","viewer",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/skimage/viewer","tests",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages","doc",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/doc","ext",true,true);Module["FS_createPath"]("/lib/python3.9/site-packages/doc/ext","tests",true,true);function processPackageData(arrayBuffer){assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer instanceof ArrayBuffer,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);var curr;var compressedData={data:null,cachedOffset:503916,cachedIndexes:[-1,-1],cachedChunks:[null,null],offsets:[0,1048,2346,3323,4078,5062,6018,6899,7864,9056,9977,11088,12213,13334,14293,15212,16157,17296,18163,19134,20111,21157,22136,23313,24132,25287,26277,27040,27772,28722,29668,30604,31877,32772,33780,34757,35993,37022,37885,39082,40336,41593,42405,43472,44201,45121,45775,46358,46989,47689,48219,48568,49449,49955,50423,51081,51257,51843,52595,53294,54011,54562,55129,55761,56429,57004,58016,58904,59555,60636,61348,62112,63311,64376,65267,66324,67429,68570,69633,70902,72088,73305,74226,75307,76402,77383,78387,79301,80330,81285,82528,83345,84456,85144,86067,87201,88375,89370,90107,91273,92139,93242,93871,94668,95446,96351,97471,98558,99543,100286,101410,102209,103360,104326,105228,106077,106929,107436,108577,109665,110580,111765,113050,114124,115246,116268,117123,117758,118713,119628,120391,121276,121992,122869,123836,124513,124979,125534,126354,127064,127746,128631,129836,130783,131509,132550,133852,135091,136079,136779,137585,138264,139133,140134,141242,142132,143117,144483,145568,146713,147284,148141,148972,149921,150955,151976,152572,153057,154010,154900,155772,156440,157221,158198,159049,160167,160970,161806,162445,163256,164006,164913,165587,166684,167845,169005,170341,171836,173112,174429,175768,176608,177644,178626,179775,180661,181612,182673,183717,184335,184912,185655,186541,187384,188258,189176,189978,190595,191555,192526,193549,194258,195243,196465,197800,198980,199962,200790,201566,202755,203545,204836,206037,207332,207943,208596,209670,210777,211981,213022,213951,214800,215849,217104,218339,219662,221073,222533,223246,224290,225356,226468,227484,228424,229665,230474,231431,232982,234476,235475,236637,237200,238144,239112,240206,240944,241706,242484,243624,244516,245583,246495,247626,248708,250017,251298,252370,253257,254132,255252,256209,257041,258154,259075,259978,260841,261853,263027,264015,265041,265792,266369,267240,268219,269009,269974,270876,271845,272618,273674,274778,275970,276900,277966,278757,280081,280978,281694,282834,283910,284966,285906,287001,288138,289164,290498,291590,292413,293251,293998,294795,295384,296326,297209,297884,298609,299289,300179,301140,302081,302939,303733,304519,305561,306354,307339,308611,309225,310081,310972,311838,312612,313107,313940,314946,315714,316628,317449,318420,319392,320167,320797,321486,321908,322564,323383,323790,324506,325219,326126,327004,327721,328451,328939,329959,330686,331332,332264,333254,333905,334812,335681,336661,337721,338458,339717,340813,342191,343177,344228,345179,346041,347009,347850,348828,349732,350734,351731,352452,353186,353920,354745,355743,356829,357942,359077,360038,360977,361864,362608,363596,364646,365674,366766,367994,368933,370125,371120,372345,373521,374564,375627,376726,377927,378927,380082,380964,381751,382695,383423,384376,385482,386364,387026,387608,388241,389259,389922,391110,392234,393297,394106,395016,395855,396759,397565,398210,399361,400539,401464,402131,403066,403990,404788,405828,406744,407878,408796,409540,410500,411581,412662,413589,414457,415219,416055,416931,417958,419527,420003,420696,421048,421458,421821,422201,422923,423981,424715,425590,426852,427852,428535,429198,430313,431145,432067,432817,433554,434530,435482,436611,437675,438789,440029,440554,441575,442362,443315,444376,445063,445717,446594,447621,448612,449362,450093,451041,452390,453427,454454,455605,456757,457841,458902,459899,460824,461913,462873,463800,464463,465257,466124,467159,468240,469187,470306,470932,471955,472801,473712,474560,475438,476423,477612,478498,479401,480519,481613,482665,483233,483813,484649,485592,486455,487299,488279,489377,490270,491113,491873,492593,493395,494384,495438,496410,497720,498822,499769,500710,501734,502671,503907],sizes:[1048,1298,977,755,984,956,881,965,1192,921,1111,1125,1121,959,919,945,1139,867,971,977,1046,979,1177,819,1155,990,763,732,950,946,936,1273,895,1008,977,1236,1029,863,1197,1254,1257,812,1067,729,920,654,583,631,700,530,349,881,506,468,658,176,586,752,699,717,551,567,632,668,575,1012,888,651,1081,712,764,1199,1065,891,1057,1105,1141,1063,1269,1186,1217,921,1081,1095,981,1004,914,1029,955,1243,817,1111,688,923,1134,1174,995,737,1166,866,1103,629,797,778,905,1120,1087,985,743,1124,799,1151,966,902,849,852,507,1141,1088,915,1185,1285,1074,1122,1022,855,635,955,915,763,885,716,877,967,677,466,555,820,710,682,885,1205,947,726,1041,1302,1239,988,700,806,679,869,1001,1108,890,985,1366,1085,1145,571,857,831,949,1034,1021,596,485,953,890,872,668,781,977,851,1118,803,836,639,811,750,907,674,1097,1161,1160,1336,1495,1276,1317,1339,840,1036,982,1149,886,951,1061,1044,618,577,743,886,843,874,918,802,617,960,971,1023,709,985,1222,1335,1180,982,828,776,1189,790,1291,1201,1295,611,653,1074,1107,1204,1041,929,849,1049,1255,1235,1323,1411,1460,713,1044,1066,1112,1016,940,1241,809,957,1551,1494,999,1162,563,944,968,1094,738,762,778,1140,892,1067,912,1131,1082,1309,1281,1072,887,875,1120,957,832,1113,921,903,863,1012,1174,988,1026,751,577,871,979,790,965,902,969,773,1056,1104,1192,930,1066,791,1324,897,716,1140,1076,1056,940,1095,1137,1026,1334,1092,823,838,747,797,589,942,883,675,725,680,890,961,941,858,794,786,1042,793,985,1272,614,856,891,866,774,495,833,1006,768,914,821,971,972,775,630,689,422,656,819,407,716,713,907,878,717,730,488,1020,727,646,932,990,651,907,869,980,1060,737,1259,1096,1378,986,1051,951,862,968,841,978,904,1002,997,721,734,734,825,998,1086,1113,1135,961,939,887,744,988,1050,1028,1092,1228,939,1192,995,1225,1176,1043,1063,1099,1201,1e3,1155,882,787,944,728,953,1106,882,662,582,633,1018,663,1188,1124,1063,809,910,839,904,806,645,1151,1178,925,667,935,924,798,1040,916,1134,918,744,960,1081,1081,927,868,762,836,876,1027,1569,476,693,352,410,363,380,722,1058,734,875,1262,1e3,683,663,1115,832,922,750,737,976,952,1129,1064,1114,1240,525,1021,787,953,1061,687,654,877,1027,991,750,731,948,1349,1037,1027,1151,1152,1084,1061,997,925,1089,960,927,663,794,867,1035,1081,947,1119,626,1023,846,911,848,878,985,1189,886,903,1118,1094,1052,568,580,836,943,863,844,980,1098,893,843,760,720,802,989,1054,972,1310,1102,947,941,1024,937,1236,9],successes:[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0]};compressedData["data"]=byteArray;assert(typeof Module.LZ4==="object","LZ4 not present - was your app build with  -s LZ4=1  ?");Module.LZ4.loadPackage({metadata:metadata,compressedData:compressedData},true);Module["removeRunDependency"]("datafile_scikit-image-tests.data")}Module["addRunDependency"]("datafile_scikit-image-tests.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({files:[{filename:"/lib/python3.9/site-packages/skimage/conftest.py",start:0,end:350,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/__init__.py",start:350,end:350,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_coord.py",start:350,end:3604,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_fast_exp.py",start:3604,end:4104,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_geometry.py",start:4104,end:6244,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_interpolation.py",start:6244,end:7380,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_safe_as_int.py",start:7380,end:9052,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_testing.py",start:9052,end:12019,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_utils.py",start:12019,end:21392,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_version_requirements.py",start:21392,end:22468,audio:0},{filename:"/lib/python3.9/site-packages/skimage/_shared/tests/test_warnings.py",start:22468,end:23719,audio:0},{filename:"/lib/python3.9/site-packages/skimage/color/tests/__init__.py",start:23719,end:23719,audio:0},{filename:"/lib/python3.9/site-packages/skimage/color/tests/test_adapt_rgb.py",start:23719,end:26468,audio:0},{filename:"/lib/python3.9/site-packages/skimage/color/tests/test_colorconv.py",start:26468,end:63796,audio:0},{filename:"/lib/python3.9/site-packages/skimage/color/tests/test_colorlabel.py",start:63796,end:75071,audio:0},{filename:"/lib/python3.9/site-packages/skimage/color/tests/test_delta_e.py",start:75071,end:82219,audio:0},{filename:"/lib/python3.9/site-packages/skimage/data/tests/__init__.py",start:82219,end:82219,audio:0},{filename:"/lib/python3.9/site-packages/skimage/data/tests/test_data.py",start:82219,end:87865,audio:0},{filename:"/lib/python3.9/site-packages/skimage/draw/tests/__init__.py",start:87865,end:87865,audio:0},{filename:"/lib/python3.9/site-packages/skimage/draw/tests/test_draw.py",start:87865,end:127097,audio:0},{filename:"/lib/python3.9/site-packages/skimage/draw/tests/test_draw3d.py",start:127097,end:133799,audio:0},{filename:"/lib/python3.9/site-packages/skimage/draw/tests/test_draw_nd.py",start:133799,end:134284,audio:0},{filename:"/lib/python3.9/site-packages/skimage/draw/tests/test_polygon2mask.py",start:134284,end:134627,audio:0},{filename:"/lib/python3.9/site-packages/skimage/draw/tests/test_random_shapes.py",start:134627,end:140814,audio:0},{filename:"/lib/python3.9/site-packages/skimage/exposure/tests/__init__.py",start:140814,end:140814,audio:0},{filename:"/lib/python3.9/site-packages/skimage/exposure/tests/test_exposure.py",start:140814,end:169844,audio:0},{filename:"/lib/python3.9/site-packages/skimage/exposure/tests/test_histogram_matching.py",start:169844,end:174719,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/__init__.py",start:174719,end:174719,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_basic_features.py",start:174719,end:178026,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_blob.py",start:178026,end:193023,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_brief.py",start:193023,end:195872,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_canny.py",start:195872,end:201170,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_cascade.py",start:201170,end:201843,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_censure.py",start:201843,end:205620,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_corner.py",start:205620,end:229609,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_daisy.py",start:229609,end:233026,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_haar.py",start:233026,end:240650,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_hog.py",start:240650,end:252326,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_match.py",start:252326,end:259605,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_orb.py",start:259605,end:265978,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_peak.py",start:265978,end:289969,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_sift.py",start:289969,end:296265,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_template.py",start:296265,end:302437,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_texture.py",start:302437,end:315821,audio:0},{filename:"/lib/python3.9/site-packages/skimage/feature/tests/test_util.py",start:315821,end:318810,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/rank/tests/__init__.py",start:318810,end:318938,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/rank/tests/test_rank.py",start:318938,end:354139,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/__init__.py",start:354139,end:354139,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_correlate.py",start:354139,end:356130,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_edges.py",start:356130,end:376389,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_fft_based.py",start:376389,end:388778,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_gabor.py",start:388778,end:392550,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_gaussian.py",start:392550,end:399264,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_lpi_filter.py",start:399264,end:401943,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_median.py",start:401943,end:404111,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_ridges.py",start:404111,end:414195,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_thresholding.py",start:414195,end:441543,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_unsharp_mask.py",start:441543,end:447221,audio:0},{filename:"/lib/python3.9/site-packages/skimage/filters/tests/test_window.py",start:447221,end:448842,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/__init__.py",start:448842,end:448842,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_anisotropy.py",start:448842,end:450956,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_connect.py",start:450956,end:453384,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_flexible.py",start:453384,end:455081,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_heap.py",start:455081,end:456183,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_mcp.py",start:456183,end:462310,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_pixel_graph.py",start:462310,end:464100,audio:0},{filename:"/lib/python3.9/site-packages/skimage/graph/tests/test_spath.py",start:464100,end:464979,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/__init__.py",start:464979,end:464979,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_collection.py",start:464979,end:469603,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_colormixer.py",start:469603,end:474086,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_fits.py",start:474086,end:475003,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_histograms.py",start:475003,end:475800,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_imageio.py",start:475800,end:478088,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_imread.py",start:478088,end:479978,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_io.py",start:479978,end:483872,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_mpl_imshow.py",start:483872,end:488079,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_multi_image.py",start:488079,end:490589,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_pil.py",start:490589,end:499404,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_plugin.py",start:499404,end:501733,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_plugin_util.py",start:501733,end:503629,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_sift.py",start:503629,end:506880,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_simpleitk.py",start:506880,end:509273,audio:0},{filename:"/lib/python3.9/site-packages/skimage/io/tests/test_tifffile.py",start:509273,end:511641,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/__init__.py",start:511641,end:511641,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_block.py",start:511641,end:516024,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_blur_effect.py",start:516024,end:517809,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_ccomp.py",start:517809,end:527373,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_entropy.py",start:527373,end:527773,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_find_contours.py",start:527773,end:532997,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_fit.py",start:532997,end:549657,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_label.py",start:549657,end:551440,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_marching_cubes.py",start:551440,end:558702,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_moments.py",start:558702,end:566676,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_pnpoly.py",start:566676,end:567704,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_polygon.py",start:567704,end:569975,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_profile.py",start:569975,end:577633,audio:0},{filename:"/lib/python3.9/site-packages/skimage/measure/tests/test_regionprops.py",start:577633,end:604318,audio:0},{filename:"/lib/python3.9/site-packages/skimage/metrics/tests/__init__.py",start:604318,end:604318,audio:0},{filename:"/lib/python3.9/site-packages/skimage/metrics/tests/test_segmentation_metrics.py",start:604318,end:605974,audio:0},{filename:"/lib/python3.9/site-packages/skimage/metrics/tests/test_set_metrics.py",start:605974,end:611798,audio:0},{filename:"/lib/python3.9/site-packages/skimage/metrics/tests/test_simple_metrics.py",start:611798,end:616805,audio:0},{filename:"/lib/python3.9/site-packages/skimage/metrics/tests/test_structural_similarity.py",start:616805,end:626104,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/__init__.py",start:626104,end:626104,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_binary.py",start:626104,end:632427,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_convex_hull.py",start:632427,end:638951,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_extrema.py",start:638951,end:666187,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_flood_fill.py",start:666187,end:674399,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_footprints.py",start:674399,end:681075,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_gray.py",start:681075,end:691847,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_max_tree.py",start:691847,end:714504,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_misc.py",start:714504,end:723990,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_reconstruction.py",start:723990,end:729609,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_skeletonize.py",start:729609,end:738797,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_skeletonize_3d.py",start:738797,end:745345,audio:0},{filename:"/lib/python3.9/site-packages/skimage/morphology/tests/test_util.py",start:745345,end:749870,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/__init__.py",start:749870,end:749870,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/test_denoise.py",start:749870,end:798378,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/test_inpaint.py",start:798378,end:806105,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/test_j_invariant.py",start:806105,end:809727,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/test_restoration.py",start:809727,end:816323,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/test_rolling_ball.py",start:816323,end:819457,audio:0},{filename:"/lib/python3.9/site-packages/skimage/restoration/tests/test_unwrap.py",start:819457,end:827922,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/__init__.py",start:827922,end:827922,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_active_contour_model.py",start:827922,end:834462,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_boundaries.py",start:834462,end:839936,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_chan_vese.py",start:839936,end:843601,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_clear_border.py",start:843601,end:850079,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_expand_labels.py",start:850079,end:856302,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_felzenszwalb.py",start:856302,end:859572,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_join.py",start:859572,end:866786,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_morphsnakes.py",start:866786,end:872722,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_quickshift.py",start:872722,end:874847,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_random_walker.py",start:874847,end:897205,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_slic.py",start:897205,end:915380,audio:0},{filename:"/lib/python3.9/site-packages/skimage/segmentation/tests/test_watershed.py",start:915380,end:939522,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/__init__.py",start:939522,end:939522,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_finite_radon_transform.py",start:939522,end:939838,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_geometric.py",start:939838,end:965667,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_hough_transform.py",start:965667,end:984788,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_integral.py",start:984788,end:987166,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_pyramids.py",start:987166,end:995745,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_radon_transform.py",start:995745,end:1014214,audio:0},{filename:"/lib/python3.9/site-packages/skimage/transform/tests/test_warps.py",start:1014214,end:1044895,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/__init__.py",start:1044895,end:1044895,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_apply_parallel.py",start:1044895,end:1050086,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_arraycrop.py",start:1050086,end:1051937,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_compare.py",start:1051937,end:1054268,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_dtype.py",start:1054268,end:1060452,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_invert.py",start:1060452,end:1062897,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_labels.py",start:1062897,end:1065107,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_map_array.py",start:1065107,end:1066943,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_montage.py",start:1066943,end:1072911,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_random_noise.py",start:1072911,end:1081089,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_regular_grid.py",start:1081089,end:1082076,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_shape.py",start:1082076,end:1087567,audio:0},{filename:"/lib/python3.9/site-packages/skimage/util/tests/test_unique_rows.py",start:1087567,end:1088684,audio:0},{filename:"/lib/python3.9/site-packages/skimage/viewer/tests/__init__.py",start:1088684,end:1088684,audio:0},{filename:"/lib/python3.9/site-packages/skimage/viewer/tests/test_plugins.py",start:1088684,end:1094414,audio:0},{filename:"/lib/python3.9/site-packages/skimage/viewer/tests/test_tools.py",start:1094414,end:1100408,audio:0},{filename:"/lib/python3.9/site-packages/skimage/viewer/tests/test_utils.py",start:1100408,end:1101565,audio:0},{filename:"/lib/python3.9/site-packages/skimage/viewer/tests/test_viewer.py",start:1101565,end:1103815,audio:0},{filename:"/lib/python3.9/site-packages/skimage/viewer/tests/test_widgets.py",start:1103815,end:1107293,audio:0},{filename:"/lib/python3.9/site-packages/doc/ext/tests/__init__.py",start:1107293,end:1107293,audio:0},{filename:"/lib/python3.9/site-packages/doc/ext/tests/test_notebook_doc.py",start:1107293,end:1107977,audio:0}],remote_package_size:508012,package_uuid:"dd208f85-6f9f-46dd-94b8-e76993b73193"})})();