Skip to content

ValueError: could not convert string to float: '2015-12-24' #1

@JohnTaco93

Description

@JohnTaco93

Hi, nice work and thanks for sharing it.
I would like to ask one question. When I try to run the notebook 'visualization.ipynb' I got an error
in this part of the code:

    1 TOOL = 3 # The tool that we are plotting
    2 
    3 td = ToolData(TOOL)   # the error ocurrs in this line
    4 air_cuts = [cut for cut in td.iter_cuts() if cut.cuttype==AIR_CUT]
    5 conv_cuts = [cut for cut in td.iter_cuts() if cut.cuttype==CONV_CUT]

Error:
ValueError: could not convert string to float: '2015-12-24'

Is there any way to fix this?

Thanks and Regards,
John Taco

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions