Māris Nartišs

Results 87 comments of Māris Nartišs

> I cannot replicate this bug. I tried multiple times, but I kept getting percentages in the correct order. > [@marisn](https://github.com/marisn) Could you tell me how to get unordered results?...

There are two problems: * when running parallel modules with valgrind integrated into our tests, there is a SIGPIPE. This as well could be an artifact of Python/Valgrind interplay, although...

> [@marisn](https://github.com/marisn) Could you tell me how to get unordered results? Just run `mprime` in the background to max out your CPU. G_percent uses static variable to track its progress,...

A file for testing: [tp_92_20_92.zip](https://github.com/user-attachments/files/20657935/tp_92_20_92.zip)

> Do you have the grid files installed locally on your system? Yes, of course. I was testing transformation issues in various other software (QGIS, MapServer, cs2cs etc.) where it...

> * replace `G_compare_projections()` with [`OSRIsSame`](https://gdal.org/en/stable/api/ogr_srs_api.html#_CPPv49OSRIsSame20OGRSpatialReferenceH20OGRSpatialReferenceH) from the OGR SRS API in the hope that this function is better at finding differences between SRSs `G_compare_projections` should be deprecated as it...

@HuidaeCho @echoix @wenzeslaus @nilason @cyliang368

Could you, please, provide a small file with test data?

Unless you are testing GRASS in Bengali language, your `.grass8/wx.json` file most likely is toast. Check its `lc_all` parameter. There is nothing wrong with your locale, as the key is...

> Not sure what could be the problem, you can try debug with (both outside and in GRASS session): There is also an legit error in the code – `locale.getdefaultlocale`...