Skip to content

Commit

Permalink
dont run gnuplot
Browse files Browse the repository at this point in the history
  • Loading branch information
ailrst committed Sep 16, 2024
1 parent a2a4401 commit 7e075a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/scala/TimeAnalysis.scala
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ class TimeStaticAnalysis extends AnyFunSuite, TestUtil {
val gp = plotfile + "\n" + pl
println(gp)
log(outputPathPrefix + "/plot.gp", gp)
Seq("gnuplot", outputPathPrefix + "/plot.gp").!!


val csv = r.map(c => c.toList.mkString(",")).mkString("\n")
info(csv)
Expand All @@ -197,5 +195,6 @@ class TimeStaticAnalysis extends AnyFunSuite, TestUtil {
val path = "analysis-times.csv"
log(outputPathPrefix + "/analysis-times.csv", text)

// Seq("gnuplot", outputPathPrefix + "/plot.gp").!!
}
}

0 comments on commit 7e075a3

Please sign in to comment.