Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

main.py generates .csv with missing values #1

Closed
HanEmile opened this issue Jul 7, 2017 · 1 comment
Closed

main.py generates .csv with missing values #1

HanEmile opened this issue Jul 7, 2017 · 1 comment
Assignees
Labels

Comments

@HanEmile
Copy link
Owner

HanEmile commented Jul 7, 2017

When using main.py, a csv is generated in which some values are missing.

  File "/home/hanemile/Dropbox/github/Heidelberg/clean/3D/read_3D.py", line 25, in <module>
    my_data = genfromtxt(path, delimiter=',')
  File "/usr/lib/python3.6/site-packages/numpy/lib/npyio.py", line 1828, in genfromtxt
    raise ValueError(errmsg)
ValueError: Some errors were detected !
    Line #21 (got 2 columns instead of 3)
    Line #25 (got 2 columns instead of 3)
    Line #28 (got 2 columns instead of 3)
    Line #68 (got 2 columns instead of 3)
    Line #72 (got 2 columns instead of 3)
    Line #76 (got 2 columns instead of 3)
    Line #115 (got 2 columns instead of 3)
    Line #135 (got 2 columns instead of 3)
    Line #147 (got 2 columns instead of 3)
    Line #152 (got 1 columns instead of 3)
    Line #155 (got 2 columns instead of 3)
    Line #205 (got 2 columns instead of 3)
    Line #261 (got 2 columns instead of 3)
    Line #283 (got 2 columns instead of 3)
    Line #377 (got 2 columns instead of 3)
    Line #392 (got 2 columns instead of 3)
    Line #422 (got 2 columns instead of 3)
    Line #498 (got 1 columns instead of 3)

Blender quit
@HanEmile HanEmile added the bug label Jul 7, 2017
@HanEmile HanEmile self-assigned this Jul 7, 2017
@HanEmile
Copy link
Owner Author

HanEmile commented Jul 8, 2017

Fixed by increasing samples...

@HanEmile HanEmile closed this as completed Jul 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant