Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mizvol committed May 27, 2017
1 parent 8213a63 commit 0804b3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/scala/ReadDataSet.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ object ReadDataSet {
val pathToCSV: String = PATH_RESOURCES + "csv/"
val pathToTimeSeries: String = PATH_RESOURCES + "wikiTS/"

// readLayeredSignal(pathToTimeSeries + fileNameLayered, spark)
//
// readTabularSignal(pathToTimeSeries + fileNameTabular, spark)
readLayeredSignal(pathToTimeSeries + fileNameLayered, spark)

readTabularSignal(pathToTimeSeries + fileNameTabular, spark)

readStaticGraph(pathToCSV, pathToTimeSeries, spark)
}
Expand Down

0 comments on commit 0804b3e

Please sign in to comment.