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
If you add plt.show() and run examples/pounce_map_reduce.py, you will see that only the first 10 frames are being chosen from the 106 frames, this is because coreset.unweighted_indices is not working properly
The example worked as of commit d99d4e4 and ran faster
How can we reproduce the issue?
Run examples/pounce_map_reduce.py and either print the indices of the coreset generated by map reduce or add plt.show() at the end
Python version
3.12
Package version
0.2.1
Operating system
Windows
Other packages
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
…e method returns coreset with indices bigger than the leafsize as was present in #779. This test fails when that bug is present and passes when it is not present
What's the problem?
Mapreduce does not compute indices correctly
If you add plt.show() and run examples/pounce_map_reduce.py, you will see that only the first 10 frames are being chosen from the 106 frames, this is because coreset.unweighted_indices is not working properly
The example worked as of commit d99d4e4 and ran faster
How can we reproduce the issue?
Run examples/pounce_map_reduce.py and either print the indices of the coreset generated by map reduce or add plt.show() at the end
Python version
3.12
Package version
0.2.1
Operating system
Windows
Other packages
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: