SciRuby / daru-io

daru-io is a plugin gem to the existing daru gem, which aims to add support to Importing DataFrames from / Exporting DataFrames to multiple formats.
http://www.rubydoc.info/github/athityakumar/daru-io/master/
MIT License
24 stars 9 forks source link

Add tests for linkages between daru & daru-io calls #55

Open athityakumar opened 7 years ago

athityakumar commented 7 years ago

These tests are required, just to ensure that daru calls are redirected to appropriate daru-io calls. For example, I manually found out one such linkage bug while trying out Importer calls from Daru::DataFrame. Seems like I had missed to make the changes in PR #52 and have subsequently add them with fd08213c491e31c8374dbd9f89a4132e8d3b0de9 before release of v0.1.0 (fortunately).