EMsoft-org / EMSphInx

C++ Spherical Indexing repository
GNU General Public License v2.0
8 stars 20 forks source link

Fix indexing seg fault for Oxford Binary #18

Open ZacharyVarley opened 1 year ago

ZacharyVarley commented 1 year ago

Skip indices which exceed the number of patterns in the map. Prevent >100% completion that can be listed. The last assigned batch contains erroneous indices. Future fix could isolate indices generation and identify a strategy to reorder/fix them when read in for the Oxford Binary format.