Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test california-housing: reduce checking (#222)
GitHub: GH-188 Because csv file is too big (20,640 rows). Before this change: ```console $ time ruby test/run-test.rb -t CaliforniaHousingTest --verbose=important-only Finished in 1.453959 seconds. 2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m3.029s user 0m1.745s sys 0m0.161s ``` After this change: ```console $ time ruby test/run-test.rb -t CaliforniaHousingTest --verbose=important-only Finished in 0.331599 seconds. 2 tests, 2 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications real 0m1.126s user 0m0.738s sys 0m0.143s ```
- Loading branch information