Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
nswamy committed Mar 9, 2018
1 parent efe21bd commit a788317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ClassifierSuite extends FunSuite with BeforeAndAfterAll {
val tempDirPath = System.getProperty("java.io.tmpdir")
logger.info("tempDirPath: %s".format(tempDirPath))

val modelDirPath = tempDirPath + "model"
val modelDirPath = tempDirPath + File.separator + "model"
val synPath = tempDirPath + File.separator + "synset.txt"
val synsetFile = new File(synPath)
synsetFile.createNewFile()
Expand Down

0 comments on commit a788317

Please sign in to comment.