Opened 11 years ago
Last modified 7 years ago
#2247 reopened defect
bivariate scatterplot: undefined variable issue
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.2.4 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | scatterplot | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Using G7.0.0beta1, I discovered this spurious message:
Settings: unable to get value 'scatter:rasters:None'
I searched a bit in the code but cannot identify the part which generates the message. The scatterplot tool seems to work fine.
Change History (9)
comment:1 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:2 by , 8 years ago
follow-up: 5 comment:4 by , 8 years ago
Milestone: | 7.0.5 → 7.2.1 |
---|---|
Resolution: | worksforme |
Status: | closed → reopened |
Version: | svn-releasebranch70 → svn-trunk |
I still get this error message. As Markus noted, tool itself seems to work just fine.
GRASS versija: 7.3.svn GRASS SVN revision: r69783M Build date: 2016-11-07 Build platform: x86_64-pc-linux-gnu GDAL: 2.0.2 PROJ.4: 4.9.2 GEOS: 3.5.0 SQLite: 3.14.2 Python: 2.7.12 wxPython: 3.0.2.0 Platform: Linux-4.8.4-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P9500_@_2.53GHz-with-gentoo-2.3
comment:5 by , 8 years ago
Replying to marisn:
I still get this error message. As Markus noted, tool itself seems to work just fine.
GRASS versija: 7.3.svn GRASS SVN revision: r69783M Build date: 2016-11-07 Build platform: x86_64-pc-linux-gnu GDAL: 2.0.2 PROJ.4: 4.9.2 GEOS: 3.5.0 SQLite: 3.14.2 Python: 2.7.12 wxPython: 3.0.2.0 Platform: Linux-4.8.4-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P9500_@_2.53GHz-with-gentoo-2.3
maybe related (?) I get:
Settings: unable to get value 'scatter:rasters:None' C:\Program Files\GRASS GIS 7.3.svn\Python27\lib\site- packages\wx-2.8-msw-unicode\wx\lib\plot.py:362: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future. if coord == None: C:\Program Files\GRASS GIS 7.3.svn\Python27\lib\site- packages\wx-2.8-msw-unicode\wx\lib\plot.py:1164: FutureWarning: comparison to `None` will result in an elementwise object comparison in the future. if xAxis == None or yAxis == None:
with
System Info GRASS version: 7.3.svn GRASS SVN revision: r69793 Build date: 2016-11-11 Build platform: x86_64-w64-mingw32 GDAL: 2.1.2 PROJ.4: 4.9.3 GEOS: 3.5.0 SQLite: 3.14.1 Python: 2.7.5 wxPython: 2.8.12.1 Platform: Windows-8-6.2.9200
comment:6 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:9 by , 7 years ago
Milestone: | → 7.2.4 |
---|
Note:
See TracTickets
for help on using tickets.
Still the issue?