Skip to content

Commit

Permalink
Fixed findings
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Apr 12, 2024
1 parent fedafae commit 460b07d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import org.icepear.echarts.components.dataZoom.DataZoom
import org.icepear.echarts.components.tooltip.Tooltip
import org.roboquant.common.TimeSeries
import org.roboquant.common.clean
import org.roboquant.common.flatten
import java.math.BigDecimal
import java.math.RoundingMode

Expand Down
4 changes: 0 additions & 4 deletions roboquant/src/test/kotlin/org/roboquant/TestData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ internal object TestData {
return Pair(account, moment)
}

fun getMetrics(): Map<String, Double> {
return mapOf("key1" to 12.0, "key2" to 13.0)
}

fun events(n: Int = 100, asset: Asset = usStock()): List<Event> {
val start = time()
val result = mutableListOf<Event>()
Expand Down

0 comments on commit 460b07d

Please sign in to comment.