prnicolas / ScalaMl

Project, source code and data files for 1st edition "Scala for Machine Learning"
http://www.scalaformachinelearning.com
151 stars 86 forks source link

resources folders output with varying case not matching tests on Linux #10

Open cycle23 opened 8 years ago

cycle23 commented 8 years ago

Probably not an issue on Windows, but on Linux the case sensitivity of the directories is not matching git clone vs. the source code, ie "chap1" vs "Chap1". Since some of the folders are listed with upper, and some in lower, the intent is not clear, but most code seems to expect lower case folder names.

cycle23 commented 8 years ago

This is fixed in current master.