pyhelp icon indicating copy to clipboard operation
pyhelp copied to clipboard

ValueError: could not convert string to float

Open mraynauld opened this issue 2 years ago • 10 comments

J'arrive à lancer la simulation HELP pour certains bassins. Par contre, il y en a pour lesquels j'ai cette erreur lorsque je lance la simulation HELP. Est-ce que c'est un problème qui provient du fichier input?

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

  File "D:\OneDrive\INRS\2021 - PACES Estrie\help_example.py", line 43, in <module>
    output_help = helpm.calc_help_cells(

  File "D:\Projets\pyhelp\pyhelp\managers.py", line 375, in calc_help_cells
    output_data = run_help_allcells(cellparams)

  File "D:\Projets\pyhelp\pyhelp\processing.py", line 52, in run_help_allcells
    for cell in pool.imap_unordered(run_help_singlecell, cellparams.items()):

  File "C:\Python38\lib\multiprocessing\pool.py", line 868, in next
    raise value

ValueError: could not convert string to float: '*******'

image

mraynauld avatar Apr 20 '22 19:04 mraynauld