[GRASS-dev] [GRASS GIS] #3153: g.gui.animation freezes when trying to add decorations
GRASS GIS
trac at osgeo.org
Mon Oct 3 23:54:17 PDT 2016
#3153: g.gui.animation freezes when trying to add decorations
--------------------------+-----------------------------
Reporter: veroandreo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: g.gui.animation
CPU: Unspecified | Platform: Linux
--------------------------+-----------------------------
Comment (by veroandreo):
I applied the patch. Buttons "Cancel" and "Export" still freeze when I add
decorations (i.e.: remain completely irresponsive) if I try to click on
them. Luckily, I can reach them by <Tab> and the animation is exported
correctly with the decorations I added. However in the teminal I get the
following:
{{{
/home/veroandreo/software/grass-7.3.svn/dist.x86_64-pc-linux-
gnu/etc/python/grass/imaging/images2gif.py:344: VisibleDeprecationWarning:
converting an array with ndim > 0 to an index will result in an error in
the future
im2 = im[y0:y1, x0:x1]
}}}
If I do not add any decorations and only export the animation as-is
directly, buttons work fine. But I get the same warning in the terminal:
{{{
/home/veroandreo/software/grass-7.3.svn/dist.x86_64-pc-linux-
gnu/etc/python/grass/imaging/images2gif.py:344: VisibleDeprecationWarning:
converting an array with ndim > 0 to an index will result in an error in
the future
im2 = im[y0:y1, x0:x1]
}}}
Tested with a STRDS in NC climatic Location. Grass trunk,
revision=r69647M. If you have any ideas, I'm happy to keep testing.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3153#comment:10>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list