You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
produces the following task runtime error during execution
Traceback (most recent call last):
File ".../python3.12/site-packages/WDL/runtime/task.py", line 213, in run_local_task
outputs = link_outputs(
^^^^^^^^^^^^^
File ".../python3.12/site-packages/WDL/runtime/task.py", line 891, in link_outputs
return outputs.map(
^^^^^^^^^^^^
File ".../python3.12/site-packages/WDL/Env.py", line 151, in map
fb = f(b)
^^^^
File ".../python3.12/site-packages/WDL/runtime/task.py", line 894, in <lambda>
map_paths(
File ".../python3.12/site-packages/WDL/runtime/task.py", line 865, in map_paths
d = int(math.ceil(math.log10(len(v.value))))
^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: math domain error
The text was updated successfully, but these errors were encountered:
On
miniwdl v1.12.1
running the following minimal workflow example:produces the following task runtime error during execution
The text was updated successfully, but these errors were encountered: