LanXtai
LanXtai
Here is one array which caused smoothn to stop : ``` A = np.array([0.98995828,0.99198168,0.99152638,1.00859731,1.00141969,0.99200759,1.01817028,1.01285904,0.9928275,0.99749446,0.98429146,0.9958292,0.99312379,1.00706916,1.0143851,1.00023936,1.00226406,1.00235472,0.99281227,0.99561885,1.0112607,0.99840608,0.99177887,1.00734221,0.98707976,0.99835478,0.98988786,1.00832306,1.01032195,0.98680792,1.0101957,1.00222628,1.00633978,1.00296833,1.00319181,1.00176974,1.00194725,0.99991647,1.00709695,1.00205083,1.01166178,0.9943371,1.0075763,0.99350578,1.00996582,0.97408382,1.00390002,0.98337256,1.01344012,0.99751394,1.01640771,0.99282777,1.,0.99591555,0.99473071,0.99854936,1.01252626,0.99796799,1.01854632,1.00573901,1.02625201,0.99771241,0.99272678,1.00027505,1.00436897,0.97615321,0.99466163,1.00185199,0.98767986,0.9978664,0.99393643,1.0199506,0.99416738,0.98259949,1.00177499,0.98120451,1.00121547,0.99307413,1.0093023,0.98914166,1.00938402,0.98634995,1.00256478,1.00754708,0.98062691,0.98167024,1.01094675,0.99513754,1.01617415,1.00658529,1.00829196,1.00357285,0.9959327,0.99778838,1.00154792,1.00698366,0.99100209,0.99026061,1.03146068,1.02630266,1.0038577,0.9904123,0.99963774,1.01733569,1.0016439,1.02144896,0.99250695,1.00387687,0.99913341,0.98995279,0.99941509,1.01174223,1.02927348,0.99841681,1.00385497,0.99582836,1.0089839,0.99480449,1.03001362,1.01651657,0.97844824,0.99056732,0.99205773,0.99859452,0.98486029,1.00998909,0.99323192,1.02482475,0.99414407,1.007263,0.98086587,0.9795539,1.00205789,0.98374921,0.98364449,0.99662116,1.00319638,1.01339668,0.99762841,1.00585772,0.99351885,1.02042228,0.99098382,1.0093932,1.00956314,1.00509008,0.99586688,0.98353405,0.99358174,0.98645831,0.99486538,0.99260983,1.01367608,1.02075753,0.99688676,0.99544651,1.0080879,1.00324265,1.00315116,1.00402432,0.99858136,1.00843228,1.01985105,0.99870034,0.99583121,1.00213633,1.00936204,1.01327235,0.99791084,1.00370299,1.0004356,1.03397202,1.01224443,1.02311162,0.99822839,0.99342336,0.99552825,0.98714092,1.01098118,0.99372479,0.99789137]) ``` With the command `B = smoothn(A)[0]`. But when I tried again the program with this...