Float values are not accepted for cpu
because they don't coerce to int
#690
Labels
interop
Bears on spec compatibility
cpu
because they don't coerce to int
#690
According to the WDL 1.1 spec, the
cpu
key in theruntime
section may be aFloat
. But MiniWDL tries to coerce it toInt
. So if you use a float it doesn't work.miniwdl/WDL/runtime/task_container.py
Line 233 in a34aa90
To reproduce:
This gives the error:
The text was updated successfully, but these errors were encountered: