peopledoc / mlvtools

Public repository for versioning machine learning data
Other
42 stars 7 forks source link

Fix yaml deprecation warnings #69

Closed SdgJlbl closed 4 years ago

SdgJlbl commented 4 years ago

How to test :

pytest -s tests/ 2>&1 | grep YAMLLoadWarning should return nothing

elemoine commented 4 years ago

Looks great. Please merge whenever you want.