Skip to content

Commit

Permalink
remove some play crap
Browse files Browse the repository at this point in the history
  • Loading branch information
lmath committed Mar 14, 2019
1 parent 8f4189e commit 36ce13a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 227 deletions.
46 changes: 0 additions & 46 deletions .g8/form/app/controllers/$model__Camel$Controller.scala

This file was deleted.

12 changes: 0 additions & 12 deletions .g8/form/app/views/$model__camel$/form.scala.html

This file was deleted.

75 changes: 0 additions & 75 deletions .g8/form/test/controllers/$model__Camel$ControllerSpec.scala

This file was deleted.

7 changes: 0 additions & 7 deletions app/app/ErrorCalculatorApp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@ package app

object ErrorCalculatorApp {


case class SimplePoint(x: Double, y: Double)

def linearMSE[T](data: List[T], m: Double, b: Double): Double = {
0
}

def main(args: Array[String]): Unit = {
println("Hello, world!")
}
Expand Down
23 changes: 0 additions & 23 deletions app/com/gu/controllers/HomeController.scala

This file was deleted.

4 changes: 2 additions & 2 deletions app/util/LinearErrorCalculator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object LinearErrorCalculator {

case class SimplePoint(x: Double, y: Double)

def linearMSE(data: List[(Double, Double)], m: Double, b: Double): Double = {
0
def linearMSE(data: List[(Double, Double)], theta_0: Double, theta_1: Double): Double = {
0.0
}
}
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,3 @@ libraryDependencies += "com.cibo" %% "evilplot-repl" % "0.6.3"
libraryDependencies += guice
libraryDependencies += "org.specs2" %% "specs2-core" % "4.4.1" % Test


// Adds additional packages into Twirl
//TwirlKeys.templateImports += "com.gu.controllers._"

// Adds additional packages into conf/routes
// play.sbt.routes.RoutesKeys.routesImport += "com.gu.binders._"
10 changes: 0 additions & 10 deletions conf/routes

This file was deleted.

46 changes: 0 additions & 46 deletions test/controllers/HomeControllerSpec.scala

This file was deleted.

0 comments on commit 36ce13a

Please sign in to comment.