jpmckinney / validictory

🎓 deprecated general purpose python data validator
Other
240 stars 57 forks source link

Quick fix to ensure that float('nan') is not validated as a number #47

Closed oxtopus closed 11 years ago

oxtopus commented 11 years ago

It's easy enough to subclass validictory.SchemaValidator to get this behavior if it's needed using validator_cls kwarg.