Skip to content

v.decimate: Added tests #6152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

v.decimate: Added tests #6152

wants to merge 3 commits into from

Conversation

dvrohan
Copy link
Contributor

@dvrohan dvrohan commented Aug 1, 2025

No description provided.

@github-actions github-actions bot added vector Related to vector data processing Python Related code is in Python module tests Related to Test Suite labels Aug 1, 2025
@dvrohan
Copy link
Contributor Author

dvrohan commented Aug 1, 2025

The tests is running fine on my machine. I am using a Linux distro. More specifically WSL2 on Windows. However it fails in the MACOS and Windows test here. Could someone help me with this?

@echoix
Copy link
Member

echoix commented Aug 1, 2025

On macOS I'm not sure what the cause is from the trace. On Windows there's a clue about threading and lock. So, I assume there's something to do with multiprocessing.

On Linux, if you use Python 3.14 rc1 (that means it is binary compatible and projects are encouraged to start building wheels), they should be using the same start mechanisms that are used on macOS and Windows (safer, but sometimes code needs to be adjusted). I didn't find something that was problematic in the new code, so maybe take a look at the tool implementation (if it is written in Python).

So, if you're able to use Python 3.14 on Linux, and it fails the same way, and you manage to fix it on Linux, there's a big chance that it will be fixed on both other platforms.

@dvrohan
Copy link
Contributor Author

dvrohan commented Aug 2, 2025

I was initially using python 3.10. I install python 3.14 rc1. The tests are still running fine with this version as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module Python Related code is in Python tests Related to Test Suite vector Related to vector data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants