Markus Neteler

Results 377 comments of Markus Neteler

> Is the addons manual pages built from scratch each time Yes, unless the aforementioned cronjob script is significantly changed (if possible at all). `rsync` with properly chosen flags might...

Looking at the error message `grass.exceptions.CalledModuleError: Module run 'r.series input=bioclim.tavg01.13168...` the input map line looks cut (see error above). Just guessing: Perhaps the module needs to be changed to use...

I patched `g.citation` locally with this PR but get this output: ``` g.citation -as @misc{d_barscale, title = {{GRASS GIS: d.barscale module}}, author = {unknown and Hamish Bowman

I have tried the testsuite and got: ``` GRASS nc_spm_08_grass7/user1:testsuite > python test_g_citation.py [...] ... F ====================================================================== FAIL: test_addons (__main__.CiteAllCase) Test that citation information is collected for all core modules...

> Thanks @neteler for testing. Which versions of GRASS GIS and Python do you use on what distro / OS? I tested with grass82, on Fedora 36 and Python 3.10.7,...

I have activated the PR checks here: one test is failing: ``` Run flake8 --count --statistics --show-source --jobs=$(nproc) . ./src/raster/r.random.walk/testsuite/test_r_random_walk.py:25:1: E302 expected 2 blank lines, found 1 class TestRandomWalk(TestCase): ^...

@cwhite911, others: may this be merged? (and then fwd-ported to the new `grass8` addons branch?

@cwhite911 pls rebase this PR to the (new) `grass8` branch

(wake up flake8 test)

Hi @cwhite911 Do you see a chance to complete this PR? Thanks!