Skip to content
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

Ftools-Basic statistics does not work #16940

Closed
qgib opened this issue Jun 18, 2013 · 4 comments
Closed

Ftools-Basic statistics does not work #16940

qgib opened this issue Jun 18, 2013 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms

Comments

@qgib
Copy link
Contributor

qgib commented Jun 18, 2013

Author Name: vinayan Parameswaran (vinayan Parameswaran)
Original Redmine Issue: 8105
Affected QGIS version: master
Redmine category:processing/qgis


press ok with default values..here is the log..

Traceback (most recent call last):
  File "/home/vinayan/gitQgisBuild/output/python/plugins/fTools/tools/doVisual.py", line 226, in run
    ( lst, cnt ) = self.basic_statistics( self.vlayer, self.myField )
  File "/home/vinayan/gitQgisBuild/output/python/plugins/fTools/tools/doVisual.py", line 365, in basic_statistics
    value = float( atMap[ index ] )
TypeError: float() argument must be a string or a number

Python version:
2.7.3 (default, Aug  1 2012, 05:25:23) 
[GCC 4.6.3]


QGIS version:
1.9.0-Master Master, da0e4f3

@qgib
Copy link
Contributor Author

qgib commented Jun 18, 2013

Author Name: Matthias Kuhn (@m-kuhn)


Fixed in changeset "5e4a9dff6b4374e448307482baecab4688868fb8".


  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Jun 19, 2013

Author Name: vinayan Parameswaran (vinayan Parameswaran)


I get a different error now..

An error has occured while executing Python code:

Traceback (most recent call last):
File "E:\GISApps\dev\qgisbuild\output\python\plugins\fTools\tools\doVisual.py", line 226, in run
( lst, cnt ) = self.basic_statistics( self.vlayer, self.myField )
File "E:\GISApps\dev\qgisbuild\output\python\plugins\fTools\tools\doVisual.py", line 365, in basic_statistics
value = float( atMap[ index ] )
TypeError: float() argument must be a string or a number

Python version:
2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]

QGIS version:
1.9.0-Master Master, d91f36d


  • status_id was changed from Closed to Reopened

@qgib
Copy link
Contributor Author

qgib commented Jun 19, 2013

Author Name: Matthias Kuhn (@m-kuhn)


Fixed in changeset "419d8ee5931225d672d92984f60c54b69c2f25e7".


  • status_id was changed from Reopened to Closed

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


The "ftools" category is being removed from the tracker, changing the category of this ticket to "Processing/QGIS" to not leave the category orphaned.

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant