pepkit / pipestat

Pipeline results reporting package
https://pep.databio.org/pipestat/
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Schema validation requires `boolean` when reporting result. `bool` does not validate properly. #189

Closed donaldcampbelljr closed 1 week ago

donaldcampbelljr commented 2 months ago

A minor issue I ran into today:

When writing a schema, if the type is set as bool, the validation will fail when reporting a boolean result.

The user must set the type to boolean in the schema. This was a bit confusing as bool is a correct term in python.