rth / vtext

Simple NLP in Rust with Python bindings
Apache License 2.0
147 stars 11 forks source link

Use approx create for tests #81

Closed rth closed 4 years ago

rth commented 4 years ago

Replaces float-cmp with approx crate for float comparison in tests since it has better support in ndarray.