You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#288 causes crash due to large number of observations (>70000) generates
too many pairs (which is set as default) and cause memory issue and
crash in non-parametric correlogram. So, a detection is added to set
"Random Sample" as default when observation number is larger than 10000.
Note: this crash only appears on Windows platform.
Verified fix in GeoDa 1.7.87 ( Win 7 Professional (64-bit): No more crash.
Could you confirm that the iterations are active: Nothing changes for different iterations, even in small datasets. If it's active, you can close the ticket.
The algorithm of LOWESS regression has a bug when use std::partial_sort() function. It's definition is:
template< class RandomIt >
void partial_sort( RandomIt first, RandomIt middle, RandomIt last );
The usage in ShapeOperations\Lowess.cpp gives wrong parameters, and cause "invalid iteration" error and a crash.
This error has been ignored on Mac OSX as well as 32-bit windows (no crash on these platforms).
The text was updated successfully, but these errors were encountered: