Skip to content

lisa.analysis.tasks: Add TASK_UNKNOWN state

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr497 into master

Used when the task state is unknown. pandas.NA would have been a great fit, except that there is seemingly no way to make enum.Enum play with it.

Merge request reports